Can't update an access record

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi, I'm have problems updating records in an access db. I'm using the code
generated by WeB Matrix wizard for 'update'. The insert code and delete code
work fine.
No eorror messages, it just won't update the rexord.
Where do I start looking?
I'm running the latest version of the DotNete framework onn a Win2k server
with IIS 5.0.
 
Mark:

There's no way to tell based on this info... do you have the code for the
update command and behind the commit button?
 
Hi Mark,

Do not you see changes after 5 second delay? By-default Jet caches any
changes in a memory for 5 seconds. If this is not a case, then you should be
more specific and probably post your code here
 
Back
Top