Forums
This topic is locked
Displaying Database Information
Posted 26 Apr 2005 19:54:45
1
has voted
26 Apr 2005 19:54:45 Rishi Rauli posted:
HiI am currently making a kind of e-commerce site using an access database. The problem that i am having is that i dont know how to display individual records once i click on the products picture, an example of a site doing this is 'play.com', where u click on the picture of the prodcut and it opens up a new page with information on the product. Does anyone know how to do this?
Many Thanks!!!
Replies
Replied 27 Apr 2005 01:46:26
27 Apr 2005 01:46:26 Chris Charlton replied:
This is one of the general features when working with dynamic data. You're going to want to make a <i>Details</i> page, you'll see it in your <i>Applications</i> tab in DW MX/MX2004, or in your menu <i>Insert > Application > Master & Details set</i>, er something like that.
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Replied 28 Apr 2005 02:30:57
28 Apr 2005 02:30:57 Rishi Rauli replied:
Hi
Thanks for the help. Is there any way of linking this data as a link placed on a picture that isnt stored on the database?
Thanks for the help. Is there any way of linking this data as a link placed on a picture that isnt stored on the database?
Replied 28 Apr 2005 04:42:38
28 Apr 2005 04:42:38 Chris Charlton replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>Is there any way of linking this data as a link placed on a picture that isnt stored on the database?<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Not really, you need data coming from hard-coding (arrays, etc.), XML, forms, or database. So it sounds like you might have to enter that data in your DB to get dull dynamic.
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>
Not really, you need data coming from hard-coding (arrays, etc.), XML, forms, or database. So it sounds like you might have to enter that data in your DB to get dull dynamic.
~ ~ ~ ~ ~ ~ ~
Chris Charlton <i>- DMXzone Manager</i>
<font size=1>[ Studio MX/MX2004 | PHP/ASP | SQL | XHTML/CSS | XML | Actionscript | Web Accessibility | MX Extensibility ]</font id=size1>