Database woes

Published July 23, 2005
Advertisement
I am having a little trouble with working with a database and wonder if anyone might know a solution. I am using a MS Access database and the Jet driver. Also I am using OleDbConnection, OleDbCommand, ExecuteNonQuery()... etc. (not using DataSet)

Right now, I can read and write to a database no problem. However, I am doing this rather quickly. For example, I write to the database then immediately read from it. The database cache isn't updating the database file in time so the old information is read.

Is there any way I can force the database cache to update the database file? Or is there any way I can check that the database cache has written the data to the database file?

Thanks in advance! :)
Previous Entry So far so good
0 likes 1 comments

Comments

MichaelWeber
Where have all the C++-Buff´s gone ?

Regards
Not-A-C++-Buff
July 25, 2005 01:09 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement

Latest Entries

It's been a while

1053 views

Busy again

1172 views

Hip to be Square

1039 views

Untitled

919 views

Snow?

1016 views

It's moving...

1003 views

Untitled

927 views
Advertisement