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

Forms

New Here ,
Feb 11, 2008 Feb 11, 2008
HI!

Got this question.
What is the easiest way to link a form to a database application for easy data manipulations, such as sorting, printing, etc?
TOPICS
Server side applications
270
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
LEGEND ,
Feb 11, 2008 Feb 11, 2008
LATEST
You need to give more specifics about what you want to do. A form's data is
either pulled from the database as a recordset, and then written into the
form's element's "value" attribute, or <textarea> tags, or it's POSTed to a
processing script that analyzes the data and when appropriate, writes that
data into a database.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Udeme Henry" <webforumsuser@macromedia.com> wrote in message
news:fopodf$2fu$1@forums.macromedia.com...
> HI!
>
> Got this question.
> What is the easiest way to link a form to a database application for easy
> data manipulations, such as sorting, printing, etc?

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