N
Neeraj
hi
I want to create a table in a database with same schema and data of
other database.
what i am doing is i make a connection to second database make a
select statement "SELECT * FROM modul"
DataTable dt = ds.Tables[0].Copy();
now i get DataTable then how can i save it to another database with
same table Name.
thanks
Neeraj Kumar
I want to create a table in a database with same schema and data of
other database.
what i am doing is i make a connection to second database make a
select statement "SELECT * FROM modul"
DataTable dt = ds.Tables[0].Copy();
now i get DataTable then how can i save it to another database with
same table Name.
thanks
Neeraj Kumar