On Fri, Nov 14, 2014 at 12:11 PM, Jeff Johnson <[email protected]> wrote:
> So are most of you saying the below parameters should work with 2010?
> What about 2013?
>
>
> On 11/13/2014 1:48 PM, Jeff Johnson wrote:
>
>> lnsqlhandle = SQLSTRINGCONNECT("Driver={Microsoft Excel Driver (*.xls,
>> *.xlsx, *.xlsm, *.xlsb)}; DBQ=" + lcspreadsheet + ";")
>>
>> I use the above string to connect to Excel files. It normally does fine
>> with xls and xlsx. Today I have a customer that has Office 2010 installed
>> and it does not work. It returns a -1 which doesn't tell me much.
>>
>> Do I need to change the connection string for 2010?
>>
>>
>> ----------------
You need to use the right driver on 2010 vs the older one for earlier
versions.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=
c:\myFolder\myExcel2007file.xlsx;
Extended Properties="Excel 12.0 Xml;HDR=YES";
--
Stephen Russell
Sr. Analyst
Ring Container Technology
Oakland TN
901.246-0159 cell
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/cajidmy+qw2x+60xd-3kx4amonnap7jsccbkv1nxrzwr-+uk...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.