which odbc excel driver is the best?

A

andre

Hi,

I found two odbc excel drivers:
1)
objconn.Open "Driver={Microsoft Excel Driver (*.xls)};" & _
"FIL=excel 8.0;" & _
"DefaultDir=d:\;" & _
"MaxBufferSize=2048;" & _
"PageTimeout=5;" & _
"DBQ=C:\excel.xls;ReadOnly=0;"

2) objconn.open("DBQ=C:\excel.xls;DefaultDir=C:\l;Driver={Microsoft Excel
Driver (*.xls)};ReadOnly=0;")

Are there differences? Which one is the best?

Thanks
Andre
 
R

Rob Bovey

Hi Andre,

These are just two minor variations on exactly the same connection
string. There is only one ODBC driver for Excel.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 
A

andré

thanks

Rob Bovey said:
Hi Andre,

These are just two minor variations on exactly the same connection
string. There is only one ODBC driver for Excel.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top