Hey all,
I've seen many posts across the Net regarding this issue, though none have been of any help.
I'm trying to delete some records using the following simple query (the tables are linked to an MSSQL database):
It keeps returning a "Could not delete from specified tables" error. I've tried encasing the 51362 in quotes and I've also tried adding a '*' between DELETE and FROM.
The query works perfectly fine if it's run on the server. Any ideas?
I've seen many posts across the Net regarding this issue, though none have been of any help.
I'm trying to delete some records using the following simple query (the tables are linked to an MSSQL database):
Code:
DELETE FROM Prod_Results WHERE AttemptID=51362
It keeps returning a "Could not delete from specified tables" error. I've tried encasing the 51362 in quotes and I've also tried adding a '*' between DELETE and FROM.
The query works perfectly fine if it's run on the server. Any ideas?