prblem with program using msaccess-db

Questions about Wine on Linux
Locked
unsen
Newbie
Newbie
Posts: 1
Joined: Wed Jan 29, 2014 3:43 pm

prblem with program using msaccess-db

Post by unsen »

hi,
i'm trying to run a program for surgery-accounting "Smarty" on wine/ubuntu.
the program is using mdb-files.

the setup was going well - i had to install vb6run and art2kmin using winetricks.

Problem: by starting the Program i'm getting error messages(Notify) by the program: "Error connecting to data", next: "error connecting to address"

these are the names of the mdb-files in a subdirectory "Database"
i dont know much about msaccess but i think there should be running a service or something like this?

There's also a Prog "NetworkKonfig.exe" to configure the connetion to the database.
cat Network.cfg

Code: Select all

Path=D:\Smarty
LocalConf=0
FBConnect=127.0.0.1:D:\Smarty
UseFirebird=0
Next ther's a Prog "SmartyServer.exe"
could that be the Server for the Databases and should be started by the Program "Smarty" itself or as a service?

trying to start the SmartyServer.exe leads to a notify-error:
"a unexpected situation has occured"
but i don't see any err-messages on console.

so.. how to continue?
Locked