https://bugs.winehq.org/show_bug.cgi?id=42178
--- Comment #5 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to LEMONNIER from comment #4)
Do you have a solution?
env WINEPREFIX="/home/lemonnier/.wine" wine c:\winm\eurocpt\EuroCpt.exe err:winediag:SQLDrivers No ODBC drivers could be found. Check the settings for your libodbc provider.
You need to install the library libodbc in your system, Wine uses it to access ODBC sources.
For example, in Debian to install both 64 and 32 bits version: apt-get install libodbc1 libodbc1:i386