You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a Statement
2. Set a null value ( setString(1, null) )
What is the expected output? What do you see instead?
Statement does not have setNull method, so each set method should handle
null values. You got an error if you try statement.setString(1,null)
What version of the product are you using? On what operating system?
windows xp, asSQL-Beta2.7.swc
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 28 Dec 2009 at 2:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Dec 2009 at 2:37The text was updated successfully, but these errors were encountered: