PSACOM: OleDb is not implemented.

Questions about Wine on Linux
Locked
Murmele
Level 1
Level 1
Posts: 7
Joined: Sun Dec 10, 2017 5:18 am

PSACOM: OleDb is not implemented.

Post by Murmele »

Hello,

I am trying to get PSACom to run. The application opens but after selecting the manufacturer and proceeding, the application crashes with:

Code: Select all

System.NotImplementedException: OleDb is not implemented.
  at System.Data.OleDb.OleDbConnection..ctor () [0x0000b] in <24c9f73d95114c29878a70e81bf02935>:0 
  at (wrapper remoting-invoke-with-check) System.Data.OleDb.OleDbConnection..ctor()
  at PSA_COM.Selection_Vehicule.BorderLabel_Loaded (System.Object sender, System.Windows.RoutedEventArgs e) [0x00012] in <737bb576fa124f09ba751057f83b2ea0>:0 
  
I tried to install mdac27 and mdac28 but it did not help.
What do I have to install to get OleDb support?

https://sourceforge.net/projects/psacom/
Locked