March 28, 2024, 02:24:52 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Get and GetNext CDataBase methods

Started by Haim, May 20, 2009, 04:26:57 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Haim

Can someone explainthe difference between these two methods of CDataBase:
Get(..) and GetNext(..)
When should I prefer to use one over the other?

Thanks

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Haim

Thanks Larry
I should have figured it out myself... :-[

Haim