please give me the code [modified]
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
:(Please Help Me I wanted to make a module of data migration I have to transfer the data from one database to the blank database in SQL Server with VB.Net application divya -- modified at 0:48 Wednesday 5th July, 2006
-
:(Please Help Me I wanted to make a module of data migration I have to transfer the data from one database to the blank database in SQL Server with VB.Net application divya -- modified at 0:48 Wednesday 5th July, 2006
In my opinion, if you could use vb.net to access to sql server, select the record, insert, update, delete, create table or database then you would be able to make an application which scan through your first database and create a new database and send all of record from your old database to the new database.