| Author |
ResultSet Question
|
jacq carballo
Ranch Hand
Joined: Feb 10, 2002
Posts: 42
|
|
This error came out when i called resultSet.next(). I do not know what could have caused it. Maybe someone could explain what just happened and how to take care of this error. Thanks in advance. java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Ari thmetic overflow error converting numeric to data type numeric. at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source ) at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source) at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source) at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source) at com.microsoft.jdbc.sqlserver.tds.TDSExecuteRequest.processReplyToken( Unknown Source) at com.microsoft.jdbc.sqlserver.tds.TDSRequest.getRow(Unknown Source) at com.microsoft.jdbc.sqlserver.SQLServerImplResultSet.positionCursor(Un known Source) at com.microsoft.jdbc.base.BaseResultSet.next(Unknown Source) at Parse.uploadUsageRecord(ParseData.java:119) at Parse.CheckData(ParseData.java:78) at ParseData.main(ParseData.java:29)
|
 |
Snigdha Solanki
Ranch Hand
Joined: Sep 07, 2000
Posts: 128
|
|
There can be serveral reasons for this exception. Can you post your code which is throwing this exception. It will be easier to find out then.
|
Snigdha<br />Sun Certified Programmer for the Java™ 2 Platform
|
 |
 |
|
|
subject: ResultSet Question
|
|
|