Hello,
I am using the code below within the connection string (Property Pages) window for an ado control. When I enter the code below and click apply it says "authentification failed" and at run time it says that my code does not comply with OLE DB specifications.
Can somebody please pick what the problem is with my statement below, I have a feeling it is a syntax problem.
I am using VB6 and a secured Access2000 database. I had no problems with my code when I hard coded the database and the .mdw file locations, now that I am using the App.Path statement there is a problem.
Provider=Microsoft.Jet.OLEDB.4.0;Password=pw;User ID=user;Data Source= =" & App.Path & "\db.mdb";Persist Security Info=True;Jet OLEDB:System database=" & App.Path & "\security.mdw";Jet OLEDBatabase Password=pw
Thank You [sig][/sig]
I am using the code below within the connection string (Property Pages) window for an ado control. When I enter the code below and click apply it says "authentification failed" and at run time it says that my code does not comply with OLE DB specifications.
Can somebody please pick what the problem is with my statement below, I have a feeling it is a syntax problem.
I am using VB6 and a secured Access2000 database. I had no problems with my code when I hard coded the database and the .mdw file locations, now that I am using the App.Path statement there is a problem.
Provider=Microsoft.Jet.OLEDB.4.0;Password=pw;User ID=user;Data Source= =" & App.Path & "\db.mdb";Persist Security Info=True;Jet OLEDB:System database=" & App.Path & "\security.mdw";Jet OLEDBatabase Password=pw
Thank You [sig][/sig]