Ver Mensaje Individual
  #2  
Antiguo 08-02-2007
Avatar de xander
xander xander is offline
Miembro
 
Registrado: jul 2006
Posts: 499
Reputación: 20
xander Va por buen camino
Crea una aplicacion en Delphi que tome la tabla clientes de acces, la recorra registro por registro y cree un script del tipo:

Insert into Clientes (Id, Nombre,etc...) values (...);
Insert into Clientes (Id, Nombre,etc...) values (...);
Insert into Clientes (Id, Nombre,etc...) values (...);
Insert into Clientes (Id, Nombre,etc...) values (...);
Insert into Clientes (Id, Nombre,etc...) values (...);
Commit work;

lo puedes salvar a un archivo y luego aplicas ese script a tu base de datos y listo...
Responder Con Cita