Ver Mensaje Individual
  #3  
Antiguo 20-04-2010
wiwaedu wiwaedu is offline
Miembro
 
Registrado: ene 2007
Posts: 14
Reputación: 0
wiwaedu Va por buen camino
Post

Tengo este código:

Código:
with QCopy do
begin
Active := false;
SQL.Clear;
SQL.Text := 'INSERT INTO B(NumSet,Cantidad) VALUES ("'+DBEdit1.Text+'",'+Edit1.Text+')';
Active := true;
end;
Qcopy es un Query apuntando a la tabla A

El caso es, que los datos algunas veces los copia.

ERROR: QCopy: CommandText does not return a result set.
Responder Con Cita