• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Updating Row in Database thru BMP

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am writing session beans and BMP Entity bean to insert, Update, Delete rows into database tables.

Insert seems simple to me as I have to just call create() in Session Bean which will call ejbCreate() in BMP entity bean and a row will be inserted.

What should I do to update a row?

Or delete a row.

Thanks in advance.

Rajeev
 
reply
    Bookmark Topic Watch Topic
  • New Topic