Skip to main content
Participant
February 11, 2008
Question

Forms

  • February 11, 2008
  • 1 reply
  • 268 views
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?
This topic has been closed for replies.

1 reply

Inspiring
February 11, 2008
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?