Page 1 of 1

Can't connect to Interbase XE

Posted: Wed 14 Dec 2011 10:53
by webpac
Hello,

I'm using Delphi 7 and UniDAC 4.1.3.0.
When I try connect to a Interbase XE, I got this error message :
Your user name and password are not defined. Ask your database administrator to set up a Firebird login.
But the Username and password are well defined.

The same connection using dbExpress and gds32XE.dll works.

Is it a bug of Unidac or do I do wrong ?

Thanks,

Posted: Wed 14 Dec 2011 17:37
by AndreyZ
Hello,

It seems that you are not using InterBase XE. The "Your user name and password are not defined. Ask your database administrator to set up a Firebird login." error occurs when you try to connect to a Firebird database with invalid username or password. Please check that you are using the correct gds32.dll library and connecting to the same InterBase XE database with both dbExpress and UniDAC.