Execute Non Query: Error converting data type varchar to numeric.
hi uipath community!
i have a question regarding insert non query.
i have tried to using insert non query by using this query
“INSERT INTO [dbo].[PA_CTR] (CompanyCode,SAPCust_VendorCode,CustomerName,AcctType,TotalPAAmt,VirtualAcct,Assignment,DocumentNo,ReferenceKey,Currency,PaymentAmount,PartialPaymentAmount,Remarks) VALUES ('”+row(3).ToString+“’ ,'”+row(4).ToString+“’ ,'”+row(5).ToString+“’ ,'”+row(6).ToString+“’ ,'”+row(7).ToString+“’ , '”+row(8).ToString+“’ ,'”+row(9).ToString+“’ ,'”+row(10).ToString+“’ ,'”+row(11).ToString+“’ ,'”+row(12).ToString+“’ ,'”+row(13).ToString+“’ ,'”+row(14).ToString+“’ ,'”+row(15).ToString+“’ )”
when im using manual insert @ sql server it can execute with no issues

but when im using studio the output will be like this
Error converting data type varchar to numeric.
can anyone advise me on this one?
tqsm!

