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
 SQL Server Development (2000)
 convert mssql data

Author  Topic 

nizam
Starting Member

15 Posts

Posted - 2005-08-01 : 23:03:17
hi. how can i convert mssql data to access using visual basic 6.0 script

Kristen
Test

22859 Posts

Posted - 2005-08-02 : 00:53:17
MSSQL has a tool called DTS which can import and export from & to Access. You could "launch" a DTS job from VB (or it could be scheduled etc.)

Dunno if that would do the trick?

Kristen
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-08-02 : 00:56:19
If you want to export the data from single SQL Server table to Access you can use OpenRowset
See BOL for the syntax

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

nizam
Starting Member

15 Posts

Posted - 2005-08-07 : 22:38:47
thanks a lots
Go to Top of Page
   

- Advertisement -