Ask a Question related to Dreamweaver AppDev, Design and Development.
-
groh #1
Pulling from Database
ok, Im a newbie but...
I have an Access DB with products set up in different categories. On my index
page, I want to pull the names of the categories for my main links down the
left side of the page. I know how to do the master-details page, but how can I
have the links down the side? Do I need different recordsets to filter out for
each link? Sorry if I sound confused...I am!
Thanks!
groh Guest
-
problem pulling text file from database
Please keep it simple - noob in the house Hi everyone - im trying to display a text file that i have save as a hyperlink. I cant seem to get... -
Pulling BLOBs from Database
Hi guys, Any help here would be most appreciated. I have a table, one field of which is type BLOB. I wish to extract this data using a Coldfusion... -
Javascript pulling from ColdFusion Database
I'm having an issue here. I have a javascript that adds rows when a button is pressed, but I also have a dropdown box that reads from the database.... -
Pulling part of test out of a field in a database?
I have a MySQL Database that has a description field, desribing the unit. At the end of that description it has a location. For instance. ... -
Pulling images out of a database
Andre: Don't store the images. Store the image names and just upload the images. Link to them using the image name. There are extensions... -
Nancy Gill #2
Re: Pulling from Database
You need a recordset that would pull in the names of the categories for the
page labels and the value of the categoryID for the values. Then just
create a link where the menu goes .. bind it to the URL in the link box (a
href="category.asp?CategoryID=1" for the first one) and use a repeat region
and select ALL to show the other categories as menu items.
--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
"groh" <webforumsuser@macromedia.com> wrote in message
news:d595u3$f9c$1@forums.macromedia.com...index> ok, Im a newbie but...
>
> I have an Access DB with products set up in different categories. On mythe> page, I want to pull the names of the categories for my main links downcan I> left side of the page. I know how to do the master-details page, but howfor> have the links down the side? Do I need different recordsets to filter out> each link? Sorry if I sound confused...I am!
>
> Thanks!
>
Nancy Gill Guest



Reply With Quote

