access+Xp vs access+98se

  • Thread starter Thread starter yener
  • Start date Start date
Y

yener

i have a database application using access written in csharp. it works well
on my computer with Windows XP . but when i run it under Win98 second
edition, if i try to insert , it catches an error: "..Operation must use an
updatable query...".

what would be the case here?

in fact , i am using dataAdapter's update method and i dont know what is
happening inside. Anyway i dont think there could a problem with this. it is
working well with XP..
 
This typically happens b/c you can't write to the db. Since the same code
works on the XP machine, that makes me really think it's not the code
(brilliant, I know). Anyway, here's one link that's regarding ASP but the
workarounds are the same
http://support.microsoft.com/default.aspx?scid=kb;en-us;q175168

Can you definitely change data in the Access db? For instance, try deleting
a row or doing something else, maybe just change an existing value. Open it
up manually if you can and see if you can change anything.

Cheers,


Bill
 
Back
Top