Hi,
You can either initialise your variables to non null values like string s
=""
or ask you database manager to allow null values in the tables.
The exception you are getting is thrown from the database.

good luck

-----Original Message-----
From: Tarun Dewan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 14, 2000 10:08 AM
To: [EMAIL PROTECTED]
Subject:


Hi all,

I'm having one problem in BMP that whenever there is null value in column
then it stores "null" in variable and thus when it tries to update the value
in the database with "null" value in variable then it gives an error.

Somebody pls. explain me the complete solution for this.

Thanks in advance.

Tarun

===========================================================================
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".

===========================================================================
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