Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Codebase > Relate4set que...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 2 Topic 267 of 304
Post > Topic >>

Relate4set question.

by pangsscn@[EMAIL PROTECTED] Oct 28, 2006 at 09:40 PM

Now I am useing codebase to query a large DBF. more than half millions
record.
Please see my code:

Code4   codeBase;
Data4   poidata;
Relate4set relation;
poidata.open(codeBase,ch);
relation.init(poidata);
relation.queryset("UPPER(PinYin) = 'ABC'");
relation.orderset("PinYin");

//here:How can I fast count the result set?
//I just can use "for" to count,but it's so slow...
count = ??

//here:How can I fast get the recordNO list ?
//or How can I put the result list to a Data4 type variable?
//or, another good way?

I have thought them 2 days...anyone can hele me ?
Thanks
 




 2 Posts in Topic:
Relate4set question.
pangsscn@[EMAIL PROTECTED  2006-10-28 21:40:29 
Re: Relate4set question.
Andrew Clay <Andrew_Cl  2006-10-30 09:21:32 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Tue Jul 8 22:50:46 CDT 2008.