Database Probelm
-
-
I have a Database Probelm . I am using ms-acess using the dao connectivity. Now when I use a command in dao to open the database , It gives me error as Unable to initialize dao/jet database engine. Kindly suggest some solution for it. Samir Sood
Do you need to start COM ( CoInitialise ) ??? Christian I am completely intolerant of stupidity. Stupidity is, of course, anything that doesn't conform to my way of thinking. - Jamie Hale - 29/05/2002
-
I have a Database Probelm . I am using ms-acess using the dao connectivity. Now when I use a command in dao to open the database , It gives me error as Unable to initialize dao/jet database engine. Kindly suggest some solution for it. Samir Sood
Do you mean it's suddenly stopped working, or it's never worked? If it's just stopped, then open the database in access, and repair and compact it, which should fix your problems. It could also be that you don't have the Jet Drivers installed. These will be installed automatically if you install Access or Excel (and should've been installed with VC++ too) I think you can download them here -- Help me! I'm turning into a grapefruit!
-
Do you mean it's suddenly stopped working, or it's never worked? If it's just stopped, then open the database in access, and repair and compact it, which should fix your problems. It could also be that you don't have the Jet Drivers installed. These will be installed automatically if you install Access or Excel (and should've been installed with VC++ too) I think you can download them here -- Help me! I'm turning into a grapefruit!
-
Thank you very much . Actually the probelm was that that i did not have the jet 3.5 driver installed. Now I have installed it and it is working fine. Thanks a Lot. Samir Sood
Glad to be of help :) -- Help me! I'm turning into a grapefruit!