Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 XML forms

Author  Topic 

oneforall2012
Starting Member

4 Posts

Posted - 2007-03-24 : 02:11:56
Hi
i have this idea and ireally want someone to help me here!
i am trying to analyz a system that could have more than 5 forms ,this forms has different contenet ,but i wont use more that one table for every one form ,so i have the idea to store every form in an XML field ,let us say we have a table "tblForms" this table has three coulumns ,ID ,XMLForm and XDS(xml data schema),so whenever i want to read any entered form i can use the XDS field to parse the XMLData field contenet , is that right ,i mean could i do that in real??
thnx
   

- Advertisement -