Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 i want move data from Access to SQL server

Author  Topic 

sql000
Starting Member

3 Posts

Posted - 2002-09-16 : 02:36:18
i want move data from Access to SQL server
i need code semple for vb.net


rihardh
Constraint Violating Yak Guru

307 Posts

Posted - 2002-09-16 : 04:36:26
Say what?

Go to Top of Page

sql000
Starting Member

3 Posts

Posted - 2002-09-16 : 05:49:16
i want to transfer same table from mdb file to the sqlserver.
******* mdb ***** *** sql server ***
for example table(a,b,c)-------> table(a,b,c)
i need example code (vb.net)


Go to Top of Page

rihardh
Constraint Violating Yak Guru

307 Posts

Posted - 2002-09-16 : 07:33:33
First of all, this is a MSSQL forum, you won't get any VB.NET code here (so I hope).

Second, I guess that you're a quite a young unexperieced fella with a "fire at will" attitude. Take this free advice, you won't come far without using the "magic" word.

Nevertheless, I assume that you have allready some sort of DB in Access (which version only heaven knows), so you should know that there is a simple way to upgrade an Access DB to MSSQL DB (I leave it to you to find out how the function is called). Or you can lookup BOL in MSSQL on the topic DTS.

Go to Top of Page
   

- Advertisement -