IonicWind Software

Aurora Compiler => Coding Help - Aurora 101 => Topic started by: Haim on May 20, 2009, 04:26:57 AM

Title: Get and GetNext CDataBase methods
Post by: Haim on May 20, 2009, 04:26:57 AM
Can someone explainthe difference between these two methods of CDataBase:
Get(..) and GetNext(..)
When should I prefer to use one over the other?

Thanks
Title: Re: Get and GetNext CDataBase methods
Post by: LarryMc on May 20, 2009, 06:28:00 AM
From the Aurora help file CDatabase::GetNext section:
QuoteGetNext and GetPrev may not work with all database drivers, some text based drivers only support sequential access with the Get command. In all other cases there is no difference from using Get or GetNext.

Larry
Title: Re: Get and GetNext CDataBase methods
Post by: Haim on May 20, 2009, 06:34:34 AM
Thanks Larry
I should have figured it out myself... :-[

Haim