Página 1 de 1

dbcreate, dbcreateindex equivalent ADS

Publicado: Lun Oct 09, 2006 11:38 am
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

dbcreate, dbcreateindex equivalent ADS

Publicado: Lun Oct 09, 2006 12:45 pm
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
>
>

dbcreate, dbcreateindex equivalent ADS

Publicado: Lun Oct 09, 2006 12:45 pm
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
>
>