Link to home
Start Free TrialLog in
Avatar of doaitram
doaitram

asked on

use delphi connect database interbase

I use delphi connect database interbase,when i run program which request username and password.How to when I run project don't need input database's username and password?.
Avatar of doaitram
doaitram

ASKER

help me
ASKER CERTIFIED SOLUTION
Avatar of Motaz
Motaz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
HI,
As already said Motaz in your TDatabase component set LoginPrompt property to False, and in Params property write
proper login information.
Sincerely,
Nestorua.
I do as you said but when run progam ,dialog display need username and password
that means you do not change ibDatabase component's LoginPrompt property to False or you specified wrong username or password

Motaz
Why I create table have column type timestamp ,when I use delphi's datagrid to display the table then the column not display,another columns display. I use WindowXP
Thanh you Motaz.I sussessful ,however now I have a problem.
Why I create table have column type timestamp ,when I use delphi's datagrid to display the table then the column not display,another columns display. I use WindowXP
it should be displayed,
did you tried to run select * from yourtable in IBConsole

also try to use ibQuery to get that data instead of ibTable and tell me what is the result
Motaz
delete
doaitram:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.