Página 1 de 1
Question About lShared
Publicado: Mar Abr 10, 2007 10:08 am
por Dionisis Divaris
Hello to all
Is it possible to change the setting of TDbfDataSet:lShared durring
program execution to perform i.e a Redexing Operation in a way like:
:oDBf:Close()
::oDbf:lShared:= .F.
::oDbf:Open()
.........................
Reindexing etc....
::oDbf:Close()
::oDBF:lShared:= .T.
::oDbf:Open()
........... Continue Data Proccessing.
Regards
DIONISIS
Question About lShared
Publicado: Mar Abr 10, 2007 10:33 am
por ignacio
Dionisis,
Take a look at Reindex and Pack methods and the parameter lTry.
BTW any change made to lShared will only be used on next Open operation.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <
sv1fkk@hol.gr> escribió en el mensaje
news:[email=
461b45df@ozsrv2.ozlan.local...]
461b45df@ozsrv2.ozlan.local...[/email]
> Hello to all
>
> Is it possible to change the setting of TDbfDataSet:lShared durring
> program execution to perform i.e a Redexing Operation in a way like:
>
> :oDBf:Close()
> ::oDbf:lShared:= .F.
> ::oDbf:Open()
> ........................
> Reindexing etc....
> ::oDbf:Close()
> ::oDBF:lShared:= .T.
> ::oDbf:Open()
> .......... Continue Data Proccessing.
>
> Regards
> DIONISIS
>
Question About lShared
Publicado: Mar Abr 10, 2007 10:33 am
por NoName
Dionisis,
Take a look at Reindex and Pack methods and the parameter lTry.
BTW any change made to lShared will only be used on next Open operation.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Dionisis Divaris" <
sv1fkk@hol.gr> escribió en el mensaje
news:[email=
461b45df@ozsrv2.ozlan.local...]
461b45df@ozsrv2.ozlan.local...[/email]
> Hello to all
>
> Is it possible to change the setting of TDbfDataSet:lShared durring
> program execution to perform i.e a Redexing Operation in a way like:
>
> :oDBf:Close()
> ::oDbf:lShared:= .F.
> ::oDbf:Open()
> ........................
> Reindexing etc....
> ::oDbf:Close()
> ::oDBF:lShared:= .T.
> ::oDbf:Open()
> .......... Continue Data Proccessing.
>
> Regards
> DIONISIS
>