Inserting null values
Posted by: Matthew Good
Date: May 06, 2005 03:10PM

Can anyone tell me how to insert null values into a database using java and jdbc? I am currently using string values and then using statement.executeUpdate("Insert into tblname values('" + stringvariable + "')");

Can anyone tell me how to do this?

Options: ReplyQuote


Subject
Written By
Posted
Inserting null values
May 06, 2005 03:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.