Can't connect to Interbase XE

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
webpac
Posts: 32
Joined: Wed 04 Apr 2007 16:13

Can't connect to Interbase XE

Post by webpac » Wed 14 Dec 2011 10:53

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,

AndreyZ

Post by AndreyZ » Wed 14 Dec 2011 17:37

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.

Post Reply