House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home / Groups / ColdFusion Talk (CF-Talk)

"Operation must use an updateable query"?

Author:
Eric Rediger
07/28/2006 06:47 PM

> Nope, I'm inserting into a table. I mean, I could paste my code, but > it's just a little Access table. I mean, it's nothing even *remotely* > complex. That's why I'm so stumped. It's just a regular little Access > table, and all I did was use the record insertion wizard. >    I assume your MSAccess table is linked to another. I've never ran into this unless I was trying to link two Access tables together when trying to run an 'update' query. Try devising a way to obtain the information from both tables (via the link), then run a separate update query against the one table. Note: When you run a select query in MSAccess and the 'asterisk-navigation button' at the bottom is greyed-out, then you know it is not an updateable query.


Mailing Lists