Question
Blue Rose Technology
GB
Last activity: 14 Oct 2015 0:16 EDT
How to save a pagelist data through procedure.
We have a requirement to save the pyWorkPage through procedure in another daa base.
I can pass he single value as a parameter in the procedure. I have also some pagelist and value list property under the pyWorkPage.
Can you please let me know how can i pass his property.




Ajay,
Are you trying to pass it as a single object or do you want to break each page in the list into separate rows in the database? We store the full contents of pyWorkPage in the database as a blob, with select values replicated in exposed columns. You could do that, or copy off the page as an XML structure without much effort. If you want every value in this other database exposed, you'll need to do a fair amount of work since, as you point out, things like lists and groups aren't scalar and can't just be dropped into a column. In the end, it comes down to the business problem you are trying to solve by using that other database. There may be an easier way to solve that problem.
Thanks,
Mike