You really need to read up on the basics of database design
and database
normalization. Databases are a totally seperate
mindset/technology that
should not be wrapped up under the tag of server-based
programming as they
require an independent skillset and demand at least a basic
understanding if
you wish to build successful applications.
I would suggest you get hold of a good book on database
basics and do some
reading. You will then have a greater understanding of how to
setup and
handle your backend database as this is the backbone of any
data driven
application.
Pat.
"Nasik" <webforumsuser@macromedia.com> wrote in message
news:fhtvsd$ntb$1@forums.macromedia.com...
> Hi Dear,
>
> I downloaded couple of ready-to-run programs from
internet to testify my
> obligation. I was surprised to experience that there was
not even a
> single
> example of relationship tables in server-based
programming.
>
> I would like to know about the status of relationship
among tables in a
> database. Is it recommended or not and why?
>
> Regards.
>