Password problem

F

FF

After installing Visual Basic .Net 2003, I am having trouble connecting to
an Access database.



I use a dataadapter and the Querybuilder with a Jet 4.0 OLE DB provider and
everything works fine until I press the finish button, then I get the error
message: "Format of initialization string does not conform to OLE DB
specification". Then it asks for a password, but the database is not
protected with a password.



The connection string is:

Jet OLEDB:Global Partial Bulk Ops=2;Jet OLEDB:Registry Path=;Jet
OLEDB:Database Locking Mode=1;Jet OLEDB:Database Password=;Data
Source="C:\Documents and Settings\FrankF\My
Documents\Databaser\2003\NyBad\Bad.mdb";Password=;Jet OLEDB:Engine
Type=5;Jet OLEDB:Global Bulk
Transactions=1;Provider="Microsoft.Jet.OLEDB.4.0";Jet OLEDB:System
database=;Jet OLEDB:SFP=False;Extended Properties=;Mode="ReadWrite|Share
Deny None";Jet OLEDB:New Database Password=;Jet OLEDB:Create System
Database=False;Jet OLEDB:Don't Copy Locale on Compact=False;Jet
OLEDB:Compact Without Replica Repair=False;User ID=Admin;Jet OLEDB:Encrypt
Database=False



Thanks in advance

Frank
 
J

Joe Fallon

Try this:
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strLocalFileName
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top