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

Help???

New Here ,
Aug 14, 2006 Aug 14, 2006

Copy link to clipboard

Copied

This is what's happening; I don't know if you have seen the tutorial Drill into Data (Building your first application Coldfusion video tutorials in this website). In this tutorial you use a master page that hold your main database information and show how to link information from a master page (main database) to a detail page(detail information). I'm trying to create a forum using this method. The master page will be the main Topics page(Posts); So when I click in any of the Topics I go to the detail page (specific Topic detail). Using a form I've been able to update the main Topics page database (Posts) but not the detail page(specific Topic) (this is the page where I'm trying to create the replies for each topic). There is no error on the Server but it won't show the Update(replies) in the detail page.
I'll appreciate any help;
Thank you;
Bebeivan
TOPICS
Advanced techniques

Views

198

Translate

Translate

Report

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
Guest
Aug 15, 2006 Aug 15, 2006

Copy link to clipboard

Copied

LATEST
In sounds like you may be using the wrong topic id in your replies?

Meaning, your update statement may be updating zero rows because of something in the where clause.

Votes

Translate

Translate

Report

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
Documentation