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 Administration (2000)
 importing Excell date to MSAccess

Author  Topic 

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2008-05-09 : 03:11:08
Hi I am writing a query for importing Excell date to MSAccess
sqlString = "INSERT INTO Table2 SELECT * FROM [Sheet1$] IN ""D:\CodingDialar\Book2.xls"" ""Excel 8.0; HDR=Yes;IMEX=1"""

This query is working Fine.But if I want to make it user
interactive i.e If I want to select The excell sheet writing the
path name using a variable than How shall i write the query.

Keshab
   

- Advertisement -