Label me confused.
I've been working against Interbase databases for some time now (from Delphi applications).
Someone has recently suggested to me that transactions are not actually been processed against the database when I'm expecting them to have taken effect.
From within the scope of my applications / SQL statements I can see no evidence that there is any validity in their comment.
However one thing that has puzzled me is the date-time stamp (Modified) against the '.gdb' object when viewed through Windows Explorer and the likes.
The date/time stamp show the time when I logged onto the database (be it through SQL Explorer or through the TDatabase component in my Delphi application).
I can be in a position when I make various posts within my application - I'm labouring under the impression that the transactions have been posted / updated as the data as seen through the forms reflects the additions / changes made.
However my date-time stamp remains constant until I close my application / shut down SQL Explorer.
I'm guessing I'm missing something fundamental here - can someone enlighten me so I can better understand this.
Is it something that I should be concerned about ?
Thanks for any input / feedback in advance.
Steve
I've been working against Interbase databases for some time now (from Delphi applications).
Someone has recently suggested to me that transactions are not actually been processed against the database when I'm expecting them to have taken effect.
From within the scope of my applications / SQL statements I can see no evidence that there is any validity in their comment.
However one thing that has puzzled me is the date-time stamp (Modified) against the '.gdb' object when viewed through Windows Explorer and the likes.
The date/time stamp show the time when I logged onto the database (be it through SQL Explorer or through the TDatabase component in my Delphi application).
I can be in a position when I make various posts within my application - I'm labouring under the impression that the transactions have been posted / updated as the data as seen through the forms reflects the additions / changes made.
However my date-time stamp remains constant until I close my application / shut down SQL Explorer.
I'm guessing I'm missing something fundamental here - can someone enlighten me so I can better understand this.
Is it something that I should be concerned about ?
Thanks for any input / feedback in advance.
Steve