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.

dbcreate, dbcreateindex equivalent ADS

Xailer professional forum in English
Responder
david fung
Mensajes: 257
Registrado: Mié Jul 19, 2006 8:48 am

dbcreate, dbcreateindex equivalent ADS

Mensaje por david fung »

A few questions
1. If I want to create a dbf and index (cdx) from scratch with
fieldlist := { {KEYFLD1, "C", 10, 0}, {KEYFLD2, "D", 8, 0}, {FLD3,
"C", 20, 0 } }
indexes KEYFLD1 tag keyfld1, KEYFLD2 tag keyfld2
how this should be coded using OOP way in Xailer ?
2. If I want to use NTX rdd, how could I open several NTX files for a
dataset using OOP way in Xailer ?
3. What do I need to install in order to use ADS (local server), what
changes do I need to make for Q1 ?
Thanks.
David
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9443
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

dbcreate, dbcreateindex equivalent ADS

Mensaje por ignacio »

David,
1) Method AddTag
2) Propery aIdxFiles
3) None, except to install ADS
BTW, no one stops your from using the clasical Clipper comands. Use the
system you are more comfortable with.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=452a1899@news.xailer.com...]452a1899@news.xailer.com...[/email]
>A few questions
>
> 1. If I want to create a dbf and index (cdx) from scratch with
> fieldlist := { {KEYFLD1, "C", 10, 0}, {KEYFLD2, "D", 8, 0}, {FLD3,
> "C", 20, 0 } }
> indexes KEYFLD1 tag keyfld1, KEYFLD2 tag keyfld2
>
> how this should be coded using OOP way in Xailer ?
>
> 2. If I want to use NTX rdd, how could I open several NTX files for a
> dataset using OOP way in Xailer ?
>
> 3. What do I need to install in order to use ADS (local server), what
> changes do I need to make for Q1 ?
>
>
> Thanks.
> David
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
NoName
Mensajes: 531
Registrado: Vie Feb 03, 2006 7:27 pm

dbcreate, dbcreateindex equivalent ADS

Mensaje por NoName »

David,
1) Method AddTag
2) Propery aIdxFiles
3) None, except to install ADS
BTW, no one stops your from using the clasical Clipper comands. Use the
system you are more comfortable with.
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"david fung" <davfung@yahoo.com> escribió en el mensaje
news:[email=452a1899@news.xailer.com...]452a1899@news.xailer.com...[/email]
>A few questions
>
> 1. If I want to create a dbf and index (cdx) from scratch with
> fieldlist := { {KEYFLD1, "C", 10, 0}, {KEYFLD2, "D", 8, 0}, {FLD3,
> "C", 20, 0 } }
> indexes KEYFLD1 tag keyfld1, KEYFLD2 tag keyfld2
>
> how this should be coded using OOP way in Xailer ?
>
> 2. If I want to use NTX rdd, how could I open several NTX files for a
> dataset using OOP way in Xailer ?
>
> 3. What do I need to install in order to use ADS (local server), what
> changes do I need to make for Q1 ?
>
>
> Thanks.
> David
>
>
Responder