Thursday, 19 February 2009

working with RECORDSET => displaying database by dreamweaver for displaying one product only rather than a lot of products)

After connect to DSN scuccessfully, I want to display my data records on product table.

Open the Bindings panel, if it isn't already open, by doing one of the following.
  • Select Window > Bindings.
  • Click the Application panel group's expander arrow and then select the Bindings panel.
Choosing Recordset (Query)
















Recordset came up.
give a name for this recordset, connect to database connection.
After connecting scuccessfull, a list of table in database connection will appear.

I chose product table to display its entities such as proID, proName, price, image.






From binding panel, I drag each entity of product table and drop them into each chosen place as picture shown.














I preview a result within FireFox and see one product shown only.

I have got 2 mistakes and been searching for solutions
  1. image is not shown on the web
  2. there is one record shown only, I need to show more






For my error consideration, I post it in ecommerce forum.

No comments:

Post a Comment