Hi,

I have a problem with JDBC ResultSet, in method next() or first();

---------------------------------------------------
Example:

PreparedStatement prepSt = con.prepareStatement("SELECT * FROM TABLE");

ResultSet rs = prepSt.executeQuery();

---> rs.next();  (  java.lang.NullPointerException  )

---> com.sap.dbtech.jdbc.ResultSetSapDB.fetchFirst(ResultSetSapDB.java:2512)
---> com.sap.dbtech.jdbc.ResultSetSapDB.next(ResultSetSapDB.java:387)
---> 
com.sap.dbtech.jdbcext.ClientResultSetSapDB.next(ClientResultSetSapDB.java:259)

The version MAXDB is 7.6.00.16 and  JDBC is 7.6.00.16.4753

The problem always does not occur.

Marcio Cardozo

Diretor
Softfocus. Sua empresa em foco.
[EMAIL PROTECTED]
www.softfocus.com.br
(46)9911-2735
__________________________



-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to