Can you provide a test case that demonstrates the problem? Also, have
you tried the latest driver to see if this is already fixed?
thanks,
--Barry
sc0698 wrote:
> rsetMetaData = rset.getMetaData();
> numCols = rsetMetaData.getColumnCount();
>
> getColumnCount() error:
>
> java.lang.NullPointerException
>
> at
> org.postgresql.jdbc2.AbstractJdbc2ResultSetMetaData.getColumnCount(AbstractJ
> dbc2ResultSetMetaData.java:34)
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>