Hello,
i want to use a Microsoft SQL Server with Teamspeak.
I found DBEXPRESS to use ODBC connection.
The ODBC Connection to the MS SQL Server on my Debian Machine is working.
But the Database Plugin for Teamspeak dont work....
I get this error:
unable to load database plugin library "libdbxoodbc.so", halting!
ts3server.ini:
dbplugin=dbxoodbc
dbpluginparameter=ts3db_sql.ini
[DBEXPRESS]
sqldir=sql/
Drivername=ODBC Driver 17 for SQL Server
Database=DSN=192.xxx.xxx.xxx;DB=TS3
User_name=ts3
Password=***
GetDriverFunc=getSQLDriverODBC
VendorLib=libmsodbcsql.so
LibraryName=libmsodbcsql.so
Active=1
Any help is greatly appreciated :-)