Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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;Dri ver={Microsoft Excel Driver (*.xls)};ReadOnly=0;") Are there differences? Which one is the best? Thanks Andre |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 * "andre" wrote in message ... 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;Dri ver={Microsoft Excel Driver (*.xls)};ReadOnly=0;") Are there differences? Which one is the best? Thanks Andre |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks
"Rob Bovey" wrote in message ... 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 * "andre" wrote in message ... 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;Dri ver={Microsoft Excel Driver (*.xls)};ReadOnly=0;") Are there differences? Which one is the best? Thanks Andre |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
64 bit ODBC driver for Excel (Server 2008) | Excel Discussion (Misc queries) | |||
Free XML ODBC driver for EXCEL | Excel Discussion (Misc queries) | |||
xl odbc driver, Excel 2003 | Setting up and Configuration of Excel | |||
Using VC++, ODBC Excel Driver: Access specific worksheet? | Excel Programming | |||
[ODBC Excel Driver] Too few parameters. Expected 1. | Excel Programming |