I am terribly new to sqlite. I wrote an address book application in Swing and
would like to back it with an sqlite database. Basically, the address book
consists of entries which each contain a collection(linked list) of address
objects and a collection(linked list) of phone number objects. I have 3
tables set up currently: phonenumber, address, entry. What is the easiest
way to have a given row in the entry table "contain" a collection of rows
from the phonenumber table and a collection of rows from the address table?
-- 
View this message in context: 
http://www.nabble.com/Storing-collections-in-a-table-tf2363824.html#a6585511
Sent from the SQLite mailing list archive at Nabble.com.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to