createStatement() returns null

Under what circumstances does createStatement() return null ? and how can i prevent it from doing so ?
[124 byte] By [atio] at [2007-9-26 1:39:52]
# 1
The method should return a Statement object. If it does not, it should throw a SQLException. If you post the code maybe we can get a better understanding of the problem and help you out. Jamie
jlrober at 2007-6-29 2:29:35 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...