Please tell me the code for creating a table during runtime table name will be defined at runtime. only
Loading
Please tell me the code for creating a table during runtime table name will be defined at runtime. only
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.
Jan MontanoPosted Jul 2, 2007, 10:51 PM
Have you worked with ado before? how about sql scripts? Sample code below will create a PayType table in your Northwind database. You just have to make the PayType table name dynamic.
private void CreateTable()
{
}