Hi

With this class, can you build relationships with it? so if I have a database that has five tables.

table1 contains a list of book names, book type, etc.

Table 2 contains book id and author id to establish a many to many relation ship with the author table with is table 3.

Table 4 is the category table with id and category name.

Table 5 is another many to many relationship to permit a book to be in multiple categories.

From memory, DBI you had to have a good knowledge of SQL and the sql
statements got very long and complex when you had a complex relationship. Note, i am using SQL lite for the database at this stage as I am playing with a small catalog program for personal use. Sean

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to