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

SQL in a text link

Participant ,
Nov 05, 2006 Nov 05, 2006
How do I run an SQL query from a text link on a page?

Such as Show all records.
TOPICS
Server side applications
344
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
Participant ,
Nov 05, 2006 Nov 05, 2006
If using Coldfusion, you could have the variable name for the textfield load as a parameter at the top of your show recods page. Then concatenate its contents into your query string for that page. Does that make sense.
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 ,
Nov 05, 2006 Nov 05, 2006
LATEST
On 05 Nov 2006 in macromedia.dreamweaver.appdev, The_FedEx_Guy wrote:

> How do I run an SQL query from a text link on a page?
>
> Such as Show all records.

You link to a page which has the appropriate SQL embedded in a recordset,
which will run the script and get the record.

What's your actual question?

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php
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