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

Querying data

New Here ,
Jun 13, 2006 Jun 13, 2006

Copy link to clipboard

Copied

I am using Dreamweaver 8 with PHP/MySQL.

When you create a new recordset in Dreamweaver, you are able to select the columns you want to have queried. What I want to do is query a particular value instead.

So I have a column called "Status" with the different values "Open, Approved, Denied, Processed". I'd like to make a page to query the column status but only show items with the value "Approved". Is this possible in Dreamweaver?
TOPICS
Server side applications

Views

254
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
LEGEND ,
Jun 13, 2006 Jun 13, 2006

Copy link to clipboard

Copied

Use the filter option on the recordset.

"Eiolon" <webforumsuser@macromedia.com> wrote in message
news:e6n32r$608$1@forums.macromedia.com...
>I am using Dreamweaver 8 with PHP/MySQL.
>
> When you create a new recordset in Dreamweaver, you are able to select the
> columns you want to have queried. What I want to do is query a particular
> value instead.
>
> So I have a column called "Status" with the different values "Open,
> Approved,
> Denied, Processed". I'd like to make a page to query the column status
> but
> only show items with the value "Approved". Is this possible in
> Dreamweaver?
>


Votes

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
New Here ,
Jun 13, 2006 Jun 13, 2006

Copy link to clipboard

Copied

LATEST
Doh! I can't believe I overlooked that. I interpreted that as showing everything under the status column, not a specific value.

Votes

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