create dynamic table in mssql and want to insert value txt
create dynamic table in mssql and want to insert value 4 textbox in window form application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dhirendra MisraPosted Feb 11, 2014, 12:45 AM
If you are using MS SQL Server, you can use "sql_variant" datatype for that columns in your table.
Details for sql_variant datatype:
http://technet.microsoft.com/en-us/library/ms173829.aspx
Arjun DhilodPosted Feb 11, 2014, 12:11 AM
Thank you for reply 1st i want to create dynamic table withDynamic data type or want to insert value from textbox or lable
Dhirendra MisraPosted Feb 10, 2014, 8:07 AM
What do you mean by dynamic table. Dynamic data type or dynamic number of columns?
thanks