creating datatable in database from dataset
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, i have a dataset having two tables. now i want to create tables in database for these dataset tables. what will be the method.
-
Hi, i have a dataset having two tables. now i want to create tables in database for these dataset tables. what will be the method.
In SQL you write a couple of CREATE TABLE scripts.
Deja View - the feeling that you've seen this post before.