Board index » delphi » Solve prepare memory leak in Oracle
Stefan Cruysbergh
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Solve prepare memory leak in Oracle
Hello
When using prepared queries on big datasets in oracle 8.0.4 every time when In BDEReadme.Txt you can find the following remark: Memory leakage when executing a query many times. In BDE32 help you can find: function DbiQPrepare (hStmt: hDBIStmt; pszQuery: PChar): DBIResult stdcall; hStmt Type: hDBIStmt (Input) function DbiQFree (var hStmt: hDBIStmt): DBIResult stdcall; Can someone help me with an example how to use these functions and how to Please Email me: Stefa...@mail.dma.be Thanks in advance Stefan Cruysberghs |