ODBC installation process

Questions about Wine on Linux
Locked
wine4work
Level 2
Level 2
Posts: 12
Joined: Tue Mar 28, 2023 3:26 am

ODBC installation process

Post by wine4work »

Hi, i'm having a hard time finding out if i'm doing this wrong or not..
Sooo.. some background we have:
Rocky Linux 8 with wine-8.6

Code: Select all

mysql-connector-odbc.x86_64                        8.0.32-1.el7 

Code: Select all

mysql  Ver 8.0.30 for Linux on x86_64 (Source distribution)

Code: Select all

unixODBC 2.3.7
the odbc.ini has been modified to point for a database, so when i call
$ isql myDB query

this connects to mysql and access to the table in the performed query.

Am I missing something so this works with my programs on wine? Would appreciate any help. Thanks

PD: been looking for help in this pages but don't get any thing clear from them..

https://www.unixodbc.org/
https://wiki.winehq.org/Wine_User's_Gui ... _Databases
viewtopic.php?t=27157
viewtopic.php?t=28096
https://wiki.archlinux.org/title/Open_D ... nnectivity
Locked