Re: How does one CRUD a M:N relationship. Any solid examples of CRUD! CRUD! CRUD! CRUD!

2003-02-28 Thread Jeffrey Gilbert
Update. I think I have this figured out. The problem I encountered was caused by forgotten to add in code to initialize my Vector upon creation and was receiving a nullPointerException during use. Dah! Jeff On Thursday 27 February 2003 01:41 pm, you wrote: Hi, I've setup a non-decomposed

How does one CRUD a M:N relationship. Any solid examples of CRUD! CRUD! CRUD! CRUD!

2003-02-27 Thread Jeffrey Gilbert
Hi, I've setup a non-decomposed M:N relationship in my datastore so now how do I CRUD (create, read, update and delete) records that participate in this relationship? An example provided by the OJB website for adding records to datastore does exist but doesn't reflect any type of advanced