Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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.