Posts

Showing posts with the label erro

Title

I'm using DataSnap with FireDac TStoredProc to comunicate with server. I'm sending STRINGS( querys ) to the server: Ex1: ( INSERT ) Insert Into oses_pecas ( codigo,CODIEMP,CODIOS,CODIPROD,VALORUNIT,QTDE,TOTALPROD,OBS1,TIPOOS,DESCRICAO,CODICLI,VALOR_REAL,DATA,CODIFUNC1,DEVOLVIDO,CODICATEGORIA,PORTA ) Values ( 147117,1,67801,46,13,1,13,'C VERD',2,'FILE 2',10,13,'19.07.2016',2,'N',0,'\\RAFAEL-PC\TM-T81' ) Ex2: ( UPDATE ) The server show me this error: #unit: FireDAC.Comp.Client #erro: [FireDAC][Phys][FB]Dynamic SQL Error SQL error code = -104 Unexpected end of command - line 2, column 52132555 What can I do ?