K
Kaveh_1972
Guest
Im programming with Visual Basic .Net under Windows XP.
Ive installed an old Database program in XP and after that whenever I want to run my program which has the following code:
cnnContacts.Provider = "Microsoft.Jet.OLEDB.4.0;Jet OLEDBatabase Password=" & strPassword
cnnContacts.Open(strDatabasePath)
I get this error on OPEN command: "Provider Cannot be found. It may not be properly installed."
Ive uninstalled that old program and then reinstall Visual Studio .Net, but nothing has changed. I dont want to install Windows XP and VB .Net again. What can I do?
Thanks
Ive installed an old Database program in XP and after that whenever I want to run my program which has the following code:
cnnContacts.Provider = "Microsoft.Jet.OLEDB.4.0;Jet OLEDBatabase Password=" & strPassword
cnnContacts.Open(strDatabasePath)
I get this error on OPEN command: "Provider Cannot be found. It may not be properly installed."
Ive uninstalled that old program and then reinstall Visual Studio .Net, but nothing has changed. I dont want to install Windows XP and VB .Net again. What can I do?
Thanks