Hello !
How do i do an Index While command using DbfDataset ? Or just a simple index
?
I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
property. How do i create and add a new index file ?
I read long time ago that the use of "index while" was not a good
programming techinic. So what is the alternative ?
TIA.
Aguiar !!!
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Index While
-
- Mensajes: 115
- Registrado: Jue Jun 01, 2006 7:21 pm
- ignacio
- Site Admin
- Mensajes: 9441
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Index While
Aguiar,
oDbfDataSet:Select()
INDEX ON ....
For common index creation you may use the method AddTag()
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
Why not? I have never used it, ,but is the same as the "for" clause but
stops when the condition is not met. Just be cautious on setting the
appropiate Tag first and use the SUBINDEX clause.
Regards,
"Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Hello !
>
> How do i do an Index While command using DbfDataset ? Or just a simple
> index ?
> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
> property. How do i create and add a new index file ?
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
> TIA.
> Aguiar !!!
>
>
oDbfDataSet:Select()
INDEX ON ....
For common index creation you may use the method AddTag()
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
Why not? I have never used it, ,but is the same as the "for" clause but
stops when the condition is not met. Just be cautious on setting the
appropiate Tag first and use the SUBINDEX clause.
Regards,
"Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Hello !
>
> How do i do an Index While command using DbfDataset ? Or just a simple
> index ?
> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
> property. How do i create and add a new index file ?
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
> TIA.
> Aguiar !!!
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Index While
Aguiar,
oDbfDataSet:Select()
INDEX ON ....
For common index creation you may use the method AddTag()
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
Why not? I have never used it, ,but is the same as the "for" clause but
stops when the condition is not met. Just be cautious on setting the
appropiate Tag first and use the SUBINDEX clause.
Regards,
"Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Hello !
>
> How do i do an Index While command using DbfDataset ? Or just a simple
> index ?
> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
> property. How do i create and add a new index file ?
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
> TIA.
> Aguiar !!!
>
>
oDbfDataSet:Select()
INDEX ON ....
For common index creation you may use the method AddTag()
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
Why not? I have never used it, ,but is the same as the "for" clause but
stops when the condition is not met. Just be cautious on setting the
appropiate Tag first and use the SUBINDEX clause.
Regards,
"Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Hello !
>
> How do i do an Index While command using DbfDataset ? Or just a simple
> index ?
> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
> property. How do i create and add a new index file ?
> I read long time ago that the use of "index while" was not a good
> programming techinic. So what is the alternative ?
> TIA.
> Aguiar !!!
>
>
-
- Mensajes: 115
- Registrado: Jue Jun 01, 2006 7:21 pm
Index While
Thanks Ignacio.
Regards
Aguiar !!!
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> escreveu na mensagem
news:4497d145$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Aguiar,
>
> oDbfDataSet:Select()
>
> INDEX ON ....
>
> For common index creation you may use the method AddTag()
>
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>
> Why not? I have never used it, ,but is the same as the "for" clause but
> stops when the condition is not met. Just be cautious on setting the
> appropiate Tag first and use the SUBINDEX clause.
>
> Regards,
>
> "Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
> news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>> Hello !
>>
>> How do i do an Index While command using DbfDataset ? Or just a simple
>> index ?
>> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
>> property. How do i create and add a new index file ?
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>> TIA.
>> Aguiar !!!
>>
>>
>
>
>
Regards
Aguiar !!!
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> escreveu na mensagem
news:4497d145$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Aguiar,
>
> oDbfDataSet:Select()
>
> INDEX ON ....
>
> For common index creation you may use the method AddTag()
>
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>
> Why not? I have never used it, ,but is the same as the "for" clause but
> stops when the condition is not met. Just be cautious on setting the
> appropiate Tag first and use the SUBINDEX clause.
>
> Regards,
>
> "Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
> news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>> Hello !
>>
>> How do i do an Index While command using DbfDataset ? Or just a simple
>> index ?
>> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
>> property. How do i create and add a new index file ?
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>> TIA.
>> Aguiar !!!
>>
>>
>
>
>
-
- Mensajes: 115
- Registrado: Jue Jun 01, 2006 7:21 pm
Index While
Thanks Ignacio.
Regards
Aguiar !!!
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> escreveu na mensagem
news:4497d145$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Aguiar,
>
> oDbfDataSet:Select()
>
> INDEX ON ....
>
> For common index creation you may use the method AddTag()
>
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>
> Why not? I have never used it, ,but is the same as the "for" clause but
> stops when the condition is not met. Just be cautious on setting the
> appropiate Tag first and use the SUBINDEX clause.
>
> Regards,
>
> "Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
> news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>> Hello !
>>
>> How do i do an Index While command using DbfDataset ? Or just a simple
>> index ?
>> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
>> property. How do i create and add a new index file ?
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>> TIA.
>> Aguiar !!!
>>
>>
>
>
>
Regards
Aguiar !!!
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> escreveu na mensagem
news:4497d145$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Aguiar,
>
> oDbfDataSet:Select()
>
> INDEX ON ....
>
> For common index creation you may use the method AddTag()
>
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>
> Why not? I have never used it, ,but is the same as the "for" clause but
> stops when the condition is not met. Just be cautious on setting the
> appropiate Tag first and use the SUBINDEX clause.
>
> Regards,
>
> "Aguiar" <aguiar.costa@sisbit.pt> escribió en el mensaje
> news:4497be52$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>> Hello !
>>
>> How do i do an Index While command using DbfDataset ? Or just a simple
>> index ?
>> I have an open Dataset (ADS+NTX) with 1 or 2 index files in aIdxFiles
>> property. How do i create and add a new index file ?
>> I read long time ago that the use of "index while" was not a good
>> programming techinic. So what is the alternative ?
>> TIA.
>> Aguiar !!!
>>
>>
>
>
>