Quantcast
Viewing all articles
Browse latest Browse all 54

[RESOLVED] The conversion of the nvarchar value overflowed an int column.

This is the error
Code:

com.microsoft.sqlserver.jdbc.SQLServerException: The conversion of the nvarchar value '8737383838' overflowed an int column.
I'm putting the value integer into bank account number column.

Code:

statement.setString(10,acnotxtfield.getText());
Using prepared Statement.

Viewing all articles
Browse latest Browse all 54

Trending Articles