Delphi 5 + Win 2K
From: qswami (qswami_at_rediffmail.com)
Date: 08/23/04
- Previous message: Mike Walsh: "Re: Select Max with Access"
- Next in thread: Del Murray: "Re: Delphi 5 + Win 2K"
- Reply: Del Murray: "Re: Delphi 5 + Win 2K"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 23 Aug 2004 07:38:43 -0700
Hello all,
We have a windows application developed using Delphi 5 + ADO and MS SQL Server 2000. In one of the parts of the application, we try to import data (if this info reqd. - this is basically an output of a another system and it is in CAM system format, typically a ODB format). The data is loaded in to a Tree component. (We use a third party Tree component here). When the same is saved to the data base it is compressed before saving using another third party tool, since the data saved can be quite as big as 7MB. When the user wants to view the data, the same steps are done in the reverse order, ie., get the data from the database, uncompress it using the same 3rd party tool used for compression, and load it to the tree component.
The datatype in the database is IMAGE.
Now, coming to the problem, when doing this process for several times randomly, the data saved to the database gets corrupted ie., it becomes of invalid format and cannot be
reloaded and used again. To resolve this intially we tried to remove all the third party component and dependencies, but the problem seems to persist. So, could it be due to some memory constraints of the system based on the following observations.
The number of page faults in the windows Task Manager shows a big number and
If the database is cleaned up by deleting many jobs it seems to work without any issues until at some point it starts showing up again regularly.
If it could be due to memory issues, any tips / ideas / suggestions to resolve this are most welcome.
Thanks,
qswami
- Previous message: Mike Walsh: "Re: Select Max with Access"
- Next in thread: Del Murray: "Re: Delphi 5 + Win 2K"
- Reply: Del Murray: "Re: Delphi 5 + Win 2K"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|