|
-
March 2nd, 2000, 05:48 AM
#1
will ejbcreate() create a new database row
when an ejbcreat() method is called - obviously when using EJB's - it actually create the database table?
what is the actual flow of this process?????
-
March 3rd, 2000, 12:50 AM
#2
Re: will ejbcreate() create a new database row
ejbcreate() method is generally used to do one time jobs and not create database rows what you do here is initialize connections to DB etc. and use these connections in the finder or other methods that you will write to submit
query to your database....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|