Subject | "your user name and password are not defined..." |
---|---|
Author | esrefatak |
Post date | 2005-01-22T13:52:29Z |
Hi,
i using Delphi 6. Below error message occur when i connect to Firebird:
"your user name and password are not defined. ask your database
administrator to set up an Interbase login"
My IBDatabase configurated:
object dbKomisyon: TIBDatabase
DatabaseName = 'bilgisayar1:E:\downloads\Inetpub\db\KOMISYON.GDB'
Params.Strings = (
'user_name=SYSDBA'
'password=masterkey'
'lc_ctype=WIN1254')
LoginPrompt = False
IdleTimer = 0
SQLDialect = 3
TraceFlags = []
Left = 32
Top = 8
end
----------------
how i resolve this problem?
(Yahoo! Groups "Archive Source" may not help me.)
Respects,
esrefatak
i using Delphi 6. Below error message occur when i connect to Firebird:
"your user name and password are not defined. ask your database
administrator to set up an Interbase login"
My IBDatabase configurated:
object dbKomisyon: TIBDatabase
DatabaseName = 'bilgisayar1:E:\downloads\Inetpub\db\KOMISYON.GDB'
Params.Strings = (
'user_name=SYSDBA'
'password=masterkey'
'lc_ctype=WIN1254')
LoginPrompt = False
IdleTimer = 0
SQLDialect = 3
TraceFlags = []
Left = 32
Top = 8
end
----------------
how i resolve this problem?
(Yahoo! Groups "Archive Source" may not help me.)
Respects,
esrefatak