Hello !
I'm working on a project which allows user to design forms/questionnaires using asp.net website, and once done.
The questions should be generated on a .net mobile web page to be filled up using mobile phone browser.
The question is - when designing the form is done,
should I use DDL statements to CREATE a Database TABLE for every new form created?
Or Is there any other solution to allow user to design the schema (edit) using the website?
Or should I opt for using schema-less database (to which am not familiar with)?
Thanks in advance.. waiting for your suggestions ! :)