ok i'm experimenting with the visual basic 2008 express edition.
I copy paste the code and get an error here:
Dim cat As Catalog = New Catalog()
type catalog is not defined, I think it doesn't accept the imports ADOX statement
I've searched the net many hours for code on how to create a new access database file (.accdb or .mdb) in VB 2008.
I've tried the method of creating a file and adding the .accdb or .mdb extension but it won't accept it because it hasn't the proper structure.
Anyone who has an idea?
thanks remou for the answer.
I found a solution on this site:
http://www.compaid.nl/content/view/52/58/
if you create/open a database with a ADOX.Catalog one need to add the system database in the connectionstring.
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb;Jet...
Hi I'm experiencing a problem with opening/creating a MS Access database, an .mdb (MS Access 2000). whenever I try to establish a connection to a database I get this problem:
Run-time error '-2147217843(80040e4d)':
Could not open table 'MSysAccounts' in the workgroup information file.
I have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.