Hi There, I have an Interbase Database imported into Delphi with the help of TIB components.
I have a TDBgrid on a form linked to the datasource of one of the tables in the database.
Whenever I save any details into the grid, there is no problem and the details are added to the grid.
However, what I've realised is that the details are NOT ACTUALLY SAVED UNTIL the program is closed.
This is a problem because if i have entered details into the table and the program crashes, then all the data i have entered will be lost.
So what i want is for the details to actually be saved when i enter them instead of having to wait for them to be saved once the program is closed.
Any suggestions please?
Thanks a lot.
I have a TDBgrid on a form linked to the datasource of one of the tables in the database.
Whenever I save any details into the grid, there is no problem and the details are added to the grid.
However, what I've realised is that the details are NOT ACTUALLY SAVED UNTIL the program is closed.
This is a problem because if i have entered details into the table and the program crashes, then all the data i have entered will be lost.
So what i want is for the details to actually be saved when i enter them instead of having to wait for them to be saved once the program is closed.
Any suggestions please?
Thanks a lot.