Microsoft Access driver problem(URGENT)
-
Hi, I have a database in Access 2003 and i set the password for that database.And also connect the database in VB6.0. The code Cn.open "Driver={Microsoft access Driver(*.mdb)};DBQ=c:\Sam.mdb;pwd=vijay;" vijay is password of my database.But this code not working, "couldn't find data source and no default driver specifed" this error occured. How do i solve this problem.Reply me soon plz. vijay. Learn Lot
-
Hi, I have a database in Access 2003 and i set the password for that database.And also connect the database in VB6.0. The code Cn.open "Driver={Microsoft access Driver(*.mdb)};DBQ=c:\Sam.mdb;pwd=vijay;" vijay is password of my database.But this code not working, "couldn't find data source and no default driver specifed" this error occured. How do i solve this problem.Reply me soon plz. vijay. Learn Lot
It could be because you've supplied a password, but no user ID.
Cn.Open "Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\Sam.mdb;Uid=Admin;Pwd=vijay;"
RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome