Ver Mensaje Individual
  #5  
Antiguo 18-02-2008
Avatar de PeterPunk
PeterPunk PeterPunk is offline
Miembro
 
Registrado: ene 2008
Ubicación: Vigo
Posts: 22
Reputación: 0
PeterPunk Va por buen camino
Código Delphi [-]
  ADOQuery2.SQL.Text := 'INSERT INTO INCIDENCIA (numero, cod) ' +
                        'VALUES (' + StrToInt(edit2.Text) + ', ''' + edit1.Text + ''')';
  ADOQuery2.ExecSQL;
Responder Con Cita