Board index » delphi » Dissappearing Table Data
swidmer
![]() Delphi Developer |
Mon, 07 Nov 2005 07:23:58 GMT
Dissappearing Table Data
My problem is of disappearing data relates to when the application is
suddenly terminated via a terminate process command or a sudden powerfailure. The application show the data in the database but apparently it is not actually written to the disk file for some reason. I have lost weeks of data due to this issue any help would be most appreciated. My application is written with Cuilder 6 using Paradox Table types and the The TTable acts as the primary data source link for the first TDatasource. Data is posted to the Paradox table via the following code snipette: Thank for your help, |