views:

692

answers:

1

I know this has a certain "send me teh codes" quality, but the internet has really been letting me down on this one. I have an excel file in excel 2003's xml format that I want to attach an odbc connection to.

And I can't seem to find the right connection string. connectionstrings.com has let me down, and other questions here on SO (such as this) also don't cover this file type. And, of course, neither the binary xls connection nor the new xlsx connection seem to work?

Does anyone out there know the right syntax? IS there an odbc driver for excel 2003 xml?

Thanks, all.

+1  A: 

Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq=C:\MyExcel.xls;DefaultDir=c:\mypath;

audiphilth
What's the correct provider for that?
Electrons_Ahoy