Skip to main content
Participant
May 22, 2009
Question

Getting Data From MySQL Database using Dreamweaver CS4 Built In Functions

  • May 22, 2009
  • 1 reply
  • 593 views

Hi,

I am really in need of some help if you don't mind.

I basically have a website with user regsitration system etc and so on.

I basically connected to my Data Base in Dreamweaver CS4 and now want to use the tools in Dremweaver CS4 to display Data from database.

Problem is i see the tools but not really sure how i use them. I see on Data bar all the tools to view, update delete records etc.

I basically created a page where i want to display all the records in the DB. I done this using dynamic data selecting what fields to display etc and 15 records per page.

When i view the page in localhost thou it is only showing 1 record althou i have like 5 users in my test db.

So if anyone can really tell me how i go about displaying data from db that be great. When i learn how to do that i probably will understand and learn how to update records etc.

Thanks

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
May 22, 2009

To display all records, you need to apply a repeat region to the paragraph, div, or table row that contains the dynamic text objects for the database results. You might also find it helpful to follow the dynamic application tutorial in the Adobe Developer Connection.