Whats wrong with this provider ??

  • Thread starter Thread starter Alexandre Martins
  • Start date Start date
A

Alexandre Martins

Provider=Microsoft.Jet.OLEDB.4.0;UserId=Admin;Password=teste;Data
Source=C:\Inetpub\wwwroot\inktoner\dados\db_inktoner.mdb;Persist Security
Info=True

I can't connect in my database !
whats wrong ??

tks
 
Provider=Microsoft.Jet.OLEDB.4.0;UserId=Admin;Password=teste;Data
Source=C:\Inetpub\wwwroot\inktoner\dados\db_inktoner.mdb;Persist Security
Info=True

I can't connect in my database !
whats wrong ??

tks





What was the error message?
 
Hi

Try with the following connection strings:
Standard security:
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;User Id=admin;Password=;"


Workgroup (system database):
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;Jet OLEDB:System
Database=system.mdw;","admin", ""


With password:
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\somepath\mydb.mdb;Jet OLEDB:Database
Password=MyDbPassword;","admin", ""

HTH

Ravikanth[MVP]
 
i tested this strings....and this functions
Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=c:\inetpub\wwwroot\inktoner\dados\db_inktoner.mdb;Jet OLEDB:Database
Password=x

tks people !
 
Amazing...usually the Frammer Switch goes balistic when you use that coding
technique.
 
Back
Top