Hi all,
I'm working on a program that each client site can create an electronic form to collect some information from a user. The form can change at any time, so to me, creating a table to hold the information may not work because fields may be removed or added any time. The old fields will still need to be kept for the future for searching.
I've looked at storing the data in a XML file, but because of multiuser issues of the XML file, I don't think that is the best way to go, as well as the speed for searching for data.
I was wondering if anyone had any recommendations or ideas?
Thanks!
I'm working on a program that each client site can create an electronic form to collect some information from a user. The form can change at any time, so to me, creating a table to hold the information may not work because fields may be removed or added any time. The old fields will still need to be kept for the future for searching.
I've looked at storing the data in a XML file, but because of multiuser issues of the XML file, I don't think that is the best way to go, as well as the speed for searching for data.
I was wondering if anyone had any recommendations or ideas?
Thanks!