I'm using Entity Framework to access my SQLite database and I wrote a
routine today that edits an existing table record.  Then in the same program
(step 2), I use the key that I just used to modify the record and I create a
new instance of the same table and read the record that I just modified, but
the contents coming back from Entity Framework are the old values, like it
was caching the old data somehow.  

 

I've checked the database with my database tool right after the initial
modify statement and before the read, and everything gets changed, the
subsequent read is just not getting the new values.

 

Any help on this issue would be greatly appreciated.

 

Sincerely,

Paul

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to