Skip to main content
May 14, 2010
Question

Database question with CS4

  • May 14, 2010
  • 1 reply
  • 260 views

I'm looking to create a database (like a recipe) where the recipes would be listed in alphabetical order.  I would like them then to be able to be searched by customers by either their name or by ingredients within the recipe.  I have no idea where to start with this or what to start learning.  Or, if there is some sort of preset extension that I can purchase to use with CS4.  Any insight is helpful.  Thank you.

This topic has been closed for replies.

1 reply

Participating Frequently
May 14, 2010

Dreamweaver has built in server behaviors which generate scripts that will give you some very basic dynamic database functionality. IMO, it's pretty limited. To develop applications, you really need to get a handle on database design, SQL, and server side scripting.