View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
andre andre is offline
external usenet poster
 
Posts: 1
Default which odbc excel driver is the best?

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