JobOrder database client fails to connect

Questions about Wine on Linux
Locked
Jhrhodin
Newbie
Newbie
Posts: 1
Joined: Wed Apr 07, 2021 3:28 pm

JobOrder database client fails to connect

Post by Jhrhodin »

I am running Linux on my Chromebook and, using WINE, tried to install a database client for JobOrder. It fails to open the connection window with the error message in the attached image. I did not find anything in the Wine Application database nor the User forum related to this application. Will this application not work in Wine?

Wine version:
wine-4.0 (Debian 4.0-2)

OS version:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster

Screenshot: https://www.dropbox.com/s/y0qyrh5y5uwuj ... M.png?dl=0
Terminal output: https://www.dropbox.com/s/sw88rnnu4lglbf0/log.txt?dl=0
spoon0042
Level 6
Level 6
Posts: 570
Joined: Thu Dec 24, 2009 11:00 am

Re: JobOrder database client fails to connect

Post by spoon0042 »

Code: Select all

00ea:err:winediag:ODBC32_SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
This line could point to some additional setup being needed, or needing to install native db libraries. Either way the first thing to try would be upgrading wine, the current stable release is 6.0. Instructions for Debian are here: https://wiki.winehq.org/Debian
Locked