Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble importing Excel 2007 files
Message
From
30/08/2010 08:09:07
 
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Miscellaneous
Thread ID:
01479018
Message ID:
01479189
Views:
53
Hi Kevin.

I got the problem solved. It was the connection string:

ConnString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source="
ConnString &= ExcelFileName & " ;Extended Properties=" & Chr(34) & "Excel 12.0;HDR=NO;" & Chr(34)

The double quotes around the extended propertied were required.

Informative error message, huh?
Previous
Reply
Map
View

Click here to load this message in the networking platform