I’m just started using vb.net.The program is about replication.I need some help in the coding below.
SQL =
After the execution this error will appear!!!
System.data.OdbcException:ERROR[22018][ODBC Sybase Wire Protocol driver][SQL Server]Implicit conversion from datatype 'VARCHAR' to 'INT' is not allowed.Use the CONVERT function to run this query.
ERROR[22018][ODBC Sybase Wire Protocol driver][SQL Server]Implicit conversion from datatype 'VARCHAR' to 'SMALLINT' is not allowed.Use the CONVERT function to run this query.
ERROR[22018][ODBC Sybase Wire Protocol driver][SQL Server]Implicit conversion from datatype 'VARCHAR' to 'NUMERIC' is not allowed.Use the CONVERT function to run this query.
ERROR[22018][ODBC Sybase Wire Protocol driver][SQL Server]Implicit conversion from datatype 'VARCHAR' to 'MONEY' is not allowed.Use the CONVERT function to run this query.
ERROR[22018][ODBC Sybase Wire Protocol driver][SQL Server]Arithmetic overflow during implicit conversion of VARCHAR value '13/03/2008' to a DATETIME field.