Subject | BCB5 & TIB_Connection->Params->Add("USER NAME = SYSDBA") |
---|---|
Author | Behnke@hbg.dpa.de |
Post date | 2001-08-03T12:54:59Z |
Dear Members,
using IBO 4 and BCB 5 i have the following problem connect to IB.
In Delphi (Pascal) i can do the following (which is also descriped in
the Tutorial from Jason)
IB_Connection.ParamsĀ“.Values['USER NAME'] := 'SYSDBA'; //
O.K. in CBUILDER that code snip dos'nt work i try'd to do the
following which is normaly possible with a TStringList
IB_Connection->LoginPrompt = false;
IB_Connection->Params->Add("USER NAME = SYSDBA");
but i get the Error blah,blah error reading from 00000
because IB_Connection->Params point's to NULL
Any Ideas ?
Thanks in advance
Gerhard Behnke
Hamburg
using IBO 4 and BCB 5 i have the following problem connect to IB.
In Delphi (Pascal) i can do the following (which is also descriped in
the Tutorial from Jason)
IB_Connection.ParamsĀ“.Values['USER NAME'] := 'SYSDBA'; //
O.K. in CBUILDER that code snip dos'nt work i try'd to do the
following which is normaly possible with a TStringList
IB_Connection->LoginPrompt = false;
IB_Connection->Params->Add("USER NAME = SYSDBA");
but i get the Error blah,blah error reading from 00000
because IB_Connection->Params point's to NULL
Any Ideas ?
Thanks in advance
Gerhard Behnke
Hamburg