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

dynamic text question thang

New Here ,
Jun 21, 2007 Jun 21, 2007
I am trying to display a specific piece of dynamic text on a page and am having issues.

I have a generic recordset up to view all content in a table. e.g.

SELECT *
FROM tblcontent

I want the dynamic text to display only the data from one field by ID and there will be three unique entries on the page.

i guess i need to write some sort of equal statement to say something like

<display fldtitle> equal fldID & then value = x>

The contents of fldtitle will alter but the ID wont...

I have tried every combination I can think of ... can anybody help .... if you understand what i mean
TOPICS
Server side applications
198
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 ,
Jun 21, 2007 Jun 21, 2007
LATEST
I think we need some more info. It's pretty easy to display the contents of
a table on a page...I'm just not sure what you want.

Also, which programming language are you using?


"ihateasp" <webforumsuser@macromedia.com> wrote in message
news:f5dm8g$rcs$1@forums.macromedia.com...
>I am trying to display a specific piece of dynamic text on a page and am
>having
> issues.
>
> I have a generic recordset up to view all content in a table. e.g.
>
> SELECT *
> FROM tblcontent
>
> I want the dynamic text to display only the data from one field by ID and
> there will be three unique entries on the page.
>
> i guess i need to write some sort of equal statement to say something like
>
> <display fldtitle> equal fldID & then value = x>
>
> The contents of fldtitle will alter but the ID wont...
>
> I have tried every combination I can think of ... can anybody help .... if
> you
> understand what i mean
>
>


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