Microsoft Access driver problem(URGENT)
-
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 is 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
-
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 is 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
Hey, posting the same message three times won't get you an answer any sooner! Have you looked up the error? What does it say? (Hint: the driver may be incorrect or a wrong path to your MDB file :-) ...Steve "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." (Translation: I'll show you the way, but not write the code for you.) I read that somewhere once :-)
-
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 is 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
If ODBC is not working , try OLE DB to connect to Access . That is more easy to work . Divya Rathi