Skip to content

Commit

Permalink
mazak: switch readdb to ACE
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzzeb committed Aug 22, 2024
1 parent b2f036b commit 874b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/machines/mazak/OpenDatabaseKit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ public OpenDatabaseKitReadDB(MazakConfig mazakCfg, ICurrentLoadActions loadOper)
if (MazakType == MazakDbType.MazakWeb || MazakType == MazakDbType.MazakVersionE)
{
_connectionStr =
"Provider=Microsoft.Jet.OLEDB.4.0;Password=\"\";User ID=Admin;"
"Provider=Microsoft.ACE.OLEDB.12.0;Password=\"\";User ID=Admin;"
+ "Data Source="
+ System.IO.Path.Combine(mazakCfg.SQLConnectionString, "FCREADDAT01.mdb")
+ ";"
Expand Down

0 comments on commit 874b204

Please sign in to comment.