I haven't quit figured is it possible to easy way implement many-to-many relationship 
with dbforms (with checkboxes).

Let's say that I have three tables:

BASKET
basketId (int)
name (String)

ITEMS_IN_BASKET
basketId (int)
itemId (int)

ITEM
itemId (int)
name (String)

I would like to implement, let's say, a jsp page to view a single basket and all 
possible items with checkboxes.

jsp page:

Name of the basket:
  foodstuff
Ites in the basket:
  [ ] apple
  [X] banana
  [X] orange

Is it possible to view and update this checkbox group. One-to-many relations are easy 
with nested forms,
but how would I implement this many-to-many relatinship. And is dbforms able to update 
multiple rows in
a join table in one update.

Thank you,
Salient
-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

CareerBuilder.com has over 400,000 jobs. Be smarter about your job search
http://corp.mail.com/careers



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to