Dealing with MySQL NativeError Code 1366 and SQLState HY000 in coldfusion
Please find the initial few lines of stack trace of the error below: (The column sl is what I have used in the stored procedure code) Incorrect string value: '\xC2\x80\xC2\x99t ...' for column 'sl' at row 1 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946):946 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985):2985 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631):1631 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723):1723 at com.mysql.jdbc.Connection.execSQL(Connection.java:3283):3283 at and so on.. The stored procedure code, CODE II which is getting