Ver Mensaje Individual
  #12  
Antiguo 26-04-2013
Avatar de TOPX
TOPX TOPX is offline
Miembro
 
Registrado: may 2008
Ubicación: Bogotá
Posts: 527
Reputación: 17
TOPX Va camino a la fama
Por favor cambie las siguientes dos líneas:

Código Delphi [-]
procedure CloneTable(const NewTableName: string; Connection: TADOConnection);
por
Código Delphi [-]
procedure CloneTable(const NewTableName: string; aConnection: TADOConnection);
y
Código Delphi [-]
Connection := Connection;
por
Código Delphi [-]
Connection := aConnection;
-
__________________
"constructive mind, destructive thoughts"
Responder Con Cita