Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfgridupdate

Explorer ,
Mar 13, 2012 Mar 13, 2012

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7c7c.html

333
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 13, 2012 Mar 13, 2012
LATEST

CFGRIDUPDATE only works if the database has a column defined as a primary key. It doesn't work on tables with no primary key defined, or a primary key that's defined separately from the column definitions.

If the CFGRID needs to update such a table, create a satisfactory temp table and then put the new data where it needs to go.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources