Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: IBO
IBO
Posted: 2007/05/29 14:16
 
Dmitry,

When I compile IBO driver I get an error

Undeclared identifier 'IB_GDS32'

rocedure TTDIBODriver.DoGetDataSet(ADataSetKind: TTDDataSetKind;
var ADataSet: TDataSet; var ADBMSKind: TTDDBMSKind; var AParamMark: TTDParamMark);
var
oDB: TIBODATabase;
begin
// Set the client_path and lib (gds32.dll or fbclient.dll)
if FClientDLLPath <> '' then
IB_GDS32 := FClientDLLPath;

best Regards
Re:IBO
Posted: 2007/05/29 19:40
 
Hello Leo

Looks like you have IBO version different from my IBO version. I have 4.3aa.
1) And what is your version ?
2) Could you consider to upgrade your IBO ?

Also, if you have default IB client DLL, then you can just comment out the erroneous IF with assignment to IB_GDS32.

Regards,
Dmitry
Re:IBO
Posted: 2007/05/30 11:49
 
Dmitry,

It works now.

I deleted on the server page

Listening on Host : 127.0.0.1

I made it empty and now it works.

It had to be something simple.

Thank you.

Best Regards,

Post edited by: LeovanTour, at: 2007/05/30 13:53