Board index » delphi » Delphi / BDE Memory Leak?
Maher Al-Rijleh
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Delphi / BDE Memory Leak?
I am using Delphi 4 C/S with update batch 3, BDE 5.1.1 and Oracle 8.1.5 for
database. In my program I have a simple method that upload data to the database by using a stored procedure, and passing the fields to be updated through a TStoredprocedure component. I explicitly prepare the stored procedure by calling the prepare method, prior to using it the first time, and unprepare when I am finished. The following is a simple diagram of what my method look like 1- Prepare Stored Procedure There are approximately 1,000,000 records that I am uploading. As I watch Any Help is greatly Appreciated |