Problem Consignment Shop

12/21/2017 12:44 KingKeesie#1
Hi everyone, i have a problem at the consignmentshop. This is the queryerrror
Anyone had this before or know the problem i can see he cant convert an varchar to int inside the table in database i use int but in source i cannot find any varchar define or else. Anyone ideas?

Code:
2017/12/21	03:39:52
query:{CALL ConsignmentInsertItem('O',?,'01','N')}
SQLSTATE:42000 error:[Microsoft][SQL Server Native Client 10.0][SQL Server]Error converting data type varchar to int.
Srry can admin move this to discusions? placed it wrong, my bad
12/21/2017 16:36 ZeroTwo02#2
[Only registered and activated users can see links. Click Here To Register...]

(you can delete your message and do an other topic).

Seem you have Varchar in your database, but INT in your source (or vice-versa).
12/21/2017 20:07 Nick#3
#moved