dial888
03-05-2011, 12:23 PM
Hi all.
I’ve written an invoice system for a local garage using IIS on Windows 7 and it works like a dream – using an Access DB logged under the System DSN in the default ODBC window. Unfortunately when I copy the code to their old XP Pro SP1 box I get the following error every time the code tries to run an UPDATE or INSERT statement…
“Operation must use an updateable query” etc etc
I’ve been into every permissions box in the OS and in IIS I can think of, threw all kinds of write permissions but still no dice.
It reads ok and I’ve actually managed to get the date functions working in UK order. But can’t write to the database…
I would really appreciate a steer…I’m very stuck!
Many thanks.
D
I’ve written an invoice system for a local garage using IIS on Windows 7 and it works like a dream – using an Access DB logged under the System DSN in the default ODBC window. Unfortunately when I copy the code to their old XP Pro SP1 box I get the following error every time the code tries to run an UPDATE or INSERT statement…
“Operation must use an updateable query” etc etc
I’ve been into every permissions box in the OS and in IIS I can think of, threw all kinds of write permissions but still no dice.
It reads ok and I’ve actually managed to get the date functions working in UK order. But can’t write to the database…
I would really appreciate a steer…I’m very stuck!
Many thanks.
D