Código Delphi [-] ADOQuery2.SQL.Text := 'INSERT INTO INCIDENCIA (numero, cod) ' + 'VALUES (' + StrToInt(edit2.Text) + ', ''' + edit1.Text + ''')'; ADOQuery2.ExecSQL;
ADOQuery2.SQL.Text := 'INSERT INTO INCIDENCIA (numero, cod) ' + 'VALUES (' + StrToInt(edit2.Text) + ', ''' + edit1.Text + ''')'; ADOQuery2.ExecSQL;