hello guys how r u ?
my question is that, how we can create table in our database and its columns using asp.net interface, is there any way to do like this, so please tell me its urgent.
reply soon
thanks.
Loading
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.
Javeed M ShaikhPosted Sep 30, 2011, 12:02 AM
strSQL.Append("CREATE TABLE tblTest " & vbCrLf)
...add more columns here
Create Command