preparedstatement return null
843853Jul 26 2001 — edited Jul 28 2001Hi,
I am having some problem with the result that is returned after executing a preparedstatement. The preparedstatement works fine as long as there is no null value in the result but if there is a null column once, all subsequent queries using the same preparedstatement will return a null for that column even when that column does contain data.
I am using an Oracle DB and the Oracle JDBC driver. Does anyone know why this is happens?
Thanks