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)
 Path for SQL Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-08-17 : 00:28:04
Senthil writes "How can I get the records from SQL Server using the DBPATH?
I need to Insert to an Access table.

INSERT INTO [Table1] (Col1, Col2) SELECT Col1, Col2 FROM Table1 IN '" & DBPATH & "'"
   

- Advertisement -