MS Excel connection with vb.net
Posted
by Noreen
on Stack Overflow
See other posts from Stack Overflow
or by Noreen
Published on 2009-02-05T02:55:54Z
Indexed on
2010/06/13
20:02 UTC
Read the original article
Hit count: 194
I have used the connection string below but I am getting an error when trying to create a table
Dim ConnString As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" & strFName + _ ";Extended Properties=""Excel 12.0 Xml;HDR=YES;IMEX=1"""
Cannot modify the design of table 'tablename'. It is in a read-only database.
© Stack Overflow or respective owner