LLBLGen and the xml column

Posts   
 
    
worldspawn avatar
worldspawn
User
Posts: 321
Joined: 26-Aug-2006
# Posted on: 02-Jan-2010 08:06:15   

Hello,

I have this need for a user customisable datastructure. I've toyed around with the idea of having a field table and then fieldvalue tables that are referenced by the container entity but it tends to get exponentially complex when you consider issues like field values that come from a list, reporting, strong typing of data etc.

I used xml in SQL 2000 (wrote queries that returned xml). The experience was horrible so I'm a little scared of xml+sql. But the xml column is a different concept. Its would seem to allow reporting on the data contained within as well being a lot more easier to manage than a series of tables. I was wondering what LLBL 2.6 did with an xml column. Does it just come out as a string, if theres a schema attached to the column is there a facility (code generated) to access it's data in a strongly typed fashion?

I'm working with SQL 2005, LLBL 2.6, .net 3.5

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 02-Jan-2010 09:30:23   
David Elizondo | LLBLGen Support Team