Menu

#24 NullPointerException in CallableStatement

open
nobody
None
5
2010-06-14
2010-06-14
No

NullPointerException in getBoundSql method of CallableStatement class
preparedSql is pased to StringTokenizer with a null value because it's not assigned correctly on a couple of constructors
preparedSql = sql has to be changed to preparedSql = _sql

Discussion


Log in to post a comment.