This is the error
I'm putting the value integer into bank account number column.
Using prepared Statement.
Code:
com.microsoft.sqlserver.jdbc.SQLServerException: The conversion of the nvarchar value '8737383838' overflowed an int column.
Code:
statement.setString(10,acnotxtfield.getText());