Ver Mensaje Individual
  #3  
Antiguo 24-04-2008
Fenix_Dark Fenix_Dark is offline
Registrado
 
Registrado: dic 2007
Posts: 6
Reputación: 0
Fenix_Dark Va por buen camino
Mil gracias

Cita:
Empezado por poliburro Ver Mensaje
Código Delphi [-]Var OP : TQuery; Begin Try Try OP := TQuery.Create(Self); OP.Close; OP.SQL.Text := 'Insert into Tabla(key, nombre) values(''001'', ''Luis'')';
OP.ExecSQL;
Finally Op.Free; End;
Except On Error: Exception Do ShowMessage('Error: ' + Error.Message);
End;
end;

Muchas gracias por sacarme de la duda; ahi luego me cobras mediante Jessy jejejejeje (Zihuatanejo Gro.)
Responder Con Cita