Page 1 of 1

DBX Error: Error Code: 65535.

Posted: Mon 17 Aug 2009 10:37
by sstewart
Hello,

Our application is a multi-threaded server application, which is quite mature at this stage. It is installed on many customer sites and we support several database types, including Oracle, MySql, DB2 and MSSQL.

Recently we have started seeing this error message appear: "DBX Error: Error Code: 65535." while connected to SQL Server using dbexpsda40.dll (4.25.0.8 ). It appears to happen randomly or at least we have not noticed any obvious pattern.

Does anyone know what this error means?

Thanks,

Steve

Posted: Tue 25 Aug 2009 13:42
by Dimon
I can not reproduce the problem and we have not encountered such problems before with other users.

Connexion DBX Error: Error Code: 65535

Posted: Tue 15 Sep 2009 13:46
by RemHep
I see the same error message in my log this morning. I use dbexpmda40.dll and libmysql.dll from 5.0 MySQL server.

Our application is a multi-threaded server application too­.

Posted: Wed 16 Sep 2009 07:20
by Dimon
In order to solve the problem try to use the Direct mode to connect to MySQL database. DbxMda provides direct access to database, doesn't require MySQL client installed and that increases performance. For this you should set the TSQLConnection.DriverName property to 'DevartMySQLDirect' and the TSQLConnection.GetDriverFunc property to 'getSQLDriverMySQLDirect' value.