Subject | Re: [IBO] Re: TIBO Database ISAPI |
---|---|
Author | Jason Wharton |
Post date | 2001-04-19T05:48:32Z |
> I try to establish 3 TIBODatabse Connections, than I create a coupleThis is a dangerous way to make your code. If there are any exceptions you
> of queries:
>
> AktQuery := TIBOQuery.Create(nil);
> AktQuery.DatabaseName := 'TICKETS';
> AktQuery.SQL.Text := 'select * from Events '+w;
> AktQuery.Open;
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