WINE 10.0 breaks FreeTDS?

Questions about Wine on Linux
Locked
0xoak
Newbie
Newbie
Posts: 3
Joined: Tue Aug 27, 2024 9:08 am

WINE 10.0 breaks FreeTDS?

Post by 0xoak »

Hi, I am running a Windows application under WINE that connects to SQL Server via FreeTDS ODBC driver. It worked fine with version 9.x but now updating to 10.0 seems to break something as the app is getting this error and is unable to connect to the database:

Code: Select all

err:odbc:load_odbc failed to load SQLAllocHandleStd
I can still connect fine using isql when on 10.0 and also downgrading to 9.x fixes the problem with the app. Any ideas? Thank you all in advance!
Locked