Hi all

One of the columns in my table should be interpreted as boolean data type.

  1. How do I create the table (if not for EJB, I would have had char(1) with
     'Y' and 'N' as valid values)?

  2. What special settings should be done in the deployment descriptor so that
     my CMP entity bean can work this way:

          home.create(int empID, String empName, boolean married);

Thanks.
--
shiv
[EMAIL PROTECTED]



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to