335545106 is "Error occurred during login, please check server
firebird.log for details". Check the firebird.log for the associated
error. Likely the error in the log is "No matching plugins on server",
which means the client wanted to try different authentication plugins
than the server has configured.
The fact the error is missing means that you're using Firebird 3.0 or
higher, with a fbclient.dll (or driver) which only has error messages
for Firebird 2.5 or lower. The error itself could be caused by using a
fbclient.dll of Firebird 2.5 or lower with Firebird 3.0 or higher which
doesn't have Legacy_Auth configured. Use a newer fbclient.dll (or, not
advisable, configure the server to accept Legacy_Auth, and make sure
users exist for Legacy_UserManager).
Mark
--
Mark Rotteveel