I am trying to connect to a DB that I made in Access 2000. My connection string is:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\MYDBFile.mdb;Persist Security Info=False
It works fine on my development machine (W2k/Office Pro 2k) but I can't make a connection to the DB on a Win95 machine that doesn't have Office installed. My guess is that there is no driver for Jet 4.0 on that machine and that I could include that driver (if I knew what it was) with my installation.
Any ideas? Thanks. -Brad
ps There error I get is #429: ActiveX component can't create object.
Thanks for your help!
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\MYDBFile.mdb;Persist Security Info=False
It works fine on my development machine (W2k/Office Pro 2k) but I can't make a connection to the DB on a Win95 machine that doesn't have Office installed. My guess is that there is no driver for Jet 4.0 on that machine and that I could include that driver (if I knew what it was) with my installation.
Any ideas? Thanks. -Brad
ps There error I get is #429: ActiveX component can't create object.
Thanks for your help!