creat new table in the db using existing datatabe or dataset
Iuse ASP.NET to select data from an oracle database and import it into a dataset and then view them in a datagrid
I need then to creat a table from this data in a sqlserver 2000 database
is it possible for the dataset or datagrid to creat the table by someway
thanks