Subject Re: [IBO] Re: TIBO Database ISAPI
Author Jason Wharton
> I try to establish 3 TIBODatabse Connections, than I create a couple
> of queries:
>
> AktQuery := TIBOQuery.Create(nil);
> AktQuery.DatabaseName := 'TICKETS';
> AktQuery.SQL.Text := 'select * from Events '+w;
> AktQuery.Open;

This is a dangerous way to make your code. If there are any exceptions you
are going to leak memory like crazy.

There is an ISAPI sample in the Samples directory.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com