Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Errors
Opening Excel 2007 Binary Files (.xlsb) via OleDb ACE
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Allan D, post: 2668344"] Hi Rafael. I get (i think) the same error: A first chance exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll The Message in the Exception is: "This file was created in a previous beta version of Excel 2007. Open the file with Excel 2007 to save it to the most recent version of the Excel 2007 file format before opening the file in Access 2007." I happens when i try to open the connection Using conn As OleDbConnection = New OleDbConnection(connStr) conn.Open() ... My connection string is: 'Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\Myfile.xlsb;Extended Properties="Excel 12.0;HDR=NO;IMEX=1";' I compile to .NET Framework 3.5 with MS Visual Studio 2008 SP1 I have never had any Beate versions of Office 2007 installed. Only Office 2007 Pro Sp1 plus all what comes from Windows Update. Earlier i had MS Office 2000 Pro but then updated it to Office 2007 Pro. Best Regards Allan D [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Errors
Opening Excel 2007 Binary Files (.xlsb) via OleDb ACE
Top