Hi,
i've got an older Access program, which is written in the version 2000
and i'd like to use it with my new office 2007, so access 2007.
In the program, there is an replication written with the Jet Replica
Library, and i read on a microsoft site, that replications in jet
schould still work in access 2007, if you still use the old
extension .mdb
so i tried it, but there comes the error -2147467259 - "The Microsoft
Office Access - Databasemodul was not initialized."
Here is the connection-string, i use to connect to the replicable
datafile:
"Provider=Micro soft.ACE.OLEDB. 12.0;User ID=Entwickler;
Password=qwerAS DF12;Data Source=c:\Progr amme\BAP
\BAP_Prog_V13_F INAL.mdb;Mode=S hare Deny None;Extended
Properties="";J et OLEDB:System database=c:\Pro gramme\BAP\BAP. mdw;Jet
OLEDB:Registry Path=Software\M icrosoft\Office \12.0\Access\Ac cess
Connectivity Engine;Jet OLEDB:Database Password="";Jet OLEDB:Engine
Type=5;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk
Ops=2;Jet OLEDB:Global Bulk Transactions=1; Jet OLEDB:New Database
Password="";Jet OLEDB:Create System Database=False; Jet OLEDB:Encrypt
Database=False; Jet OLEDB:Don't Copy Locale on Compact=False;J et
OLEDB:Compact Without Replica Repair=False;Je t OLEDB:SFP=False ;Jet
OLEDB:Support Complex Data=True;"
and here is the code, i use to replicate the data:
Dim repMaster As New JRO.Replica
repMaster.Activ eConnection = GetJetConnectio n(GetINIData("P fade",
"Daten"))
repMaster.Creat eReplica strPfad, "Repliziert Daten von BAP"
Does anyone has in idea?
The Office 2007 is installed complete. I also tried to change the Jet
OLEDB:Engine Type to version 6, but this also didn't help anything.
Thank you very much.
i've got an older Access program, which is written in the version 2000
and i'd like to use it with my new office 2007, so access 2007.
In the program, there is an replication written with the Jet Replica
Library, and i read on a microsoft site, that replications in jet
schould still work in access 2007, if you still use the old
extension .mdb
so i tried it, but there comes the error -2147467259 - "The Microsoft
Office Access - Databasemodul was not initialized."
Here is the connection-string, i use to connect to the replicable
datafile:
"Provider=Micro soft.ACE.OLEDB. 12.0;User ID=Entwickler;
Password=qwerAS DF12;Data Source=c:\Progr amme\BAP
\BAP_Prog_V13_F INAL.mdb;Mode=S hare Deny None;Extended
Properties="";J et OLEDB:System database=c:\Pro gramme\BAP\BAP. mdw;Jet
OLEDB:Registry Path=Software\M icrosoft\Office \12.0\Access\Ac cess
Connectivity Engine;Jet OLEDB:Database Password="";Jet OLEDB:Engine
Type=5;Jet OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk
Ops=2;Jet OLEDB:Global Bulk Transactions=1; Jet OLEDB:New Database
Password="";Jet OLEDB:Create System Database=False; Jet OLEDB:Encrypt
Database=False; Jet OLEDB:Don't Copy Locale on Compact=False;J et
OLEDB:Compact Without Replica Repair=False;Je t OLEDB:SFP=False ;Jet
OLEDB:Support Complex Data=True;"
and here is the code, i use to replicate the data:
Dim repMaster As New JRO.Replica
repMaster.Activ eConnection = GetJetConnectio n(GetINIData("P fade",
"Daten"))
repMaster.Creat eReplica strPfad, "Repliziert Daten von BAP"
Does anyone has in idea?
The Office 2007 is installed complete. I also tried to change the Jet
OLEDB:Engine Type to version 6, but this also didn't help anything.
Thank you very much.
Comment