Tema: Como clono ?
Ver Mensaje Individual
  #4  
Antiguo 11-04-2005
bumiga bumiga is offline
Miembro
 
Registrado: sep 2004
Posts: 28
Reputación: 0
bumiga Va por buen camino
Tomado de la ayuda de Delphi, espero sea de su ayuda.
Cita:
Duplicates another dataset in the calling component
procedure Clone(Source: TCustomADODataSet; LockType: TLockType = ltUnspecified);
Description
Call Clone to make the recordset of the calling ADO dataset component a duplicate of the recordset active in another TCustomADODataSet descendant component. If the attempt to clone a dataset is successful, the current ADO dataset component’s recordset will be the same as that in the other dataset. If unsuccessful, the recordset is set to nil and an EADOError exception raised.
LockType specifies the lock type to use when opening the clone recordset. By default, LockType is ltUnspecified.
Responder Con Cita