A. Ostroverkhov
February 28th, 2003, 04:42 AM
Hi everybody!
I have a problem while updating data in a database using ODBC.
My application adds new records to the database and soon after tries to read these new records from the database. As a result of buffering, data I read mismatches data I've just written. Thus I need to force data in the buffer to be written to the disk.
In MS SQL it's possible to perfom, using CHECKPOINT statement.
Thank you in advance.
A. Ostroverkhov
I have a problem while updating data in a database using ODBC.
My application adds new records to the database and soon after tries to read these new records from the database. As a result of buffering, data I read mismatches data I've just written. Thus I need to force data in the buffer to be written to the disk.
In MS SQL it's possible to perfom, using CHECKPOINT statement.
Thank you in advance.
A. Ostroverkhov