[ANN] V4RB 2.2 b7 uploaded.

Charles Yeomans yeomans at desuetude.com
Fri Feb 3 16:19:08 CST 2006


I wonder if a separate ODBCCursor class might be the way to go.

--------------
Charles Yeomans


On Feb 3, 2006, at 3:30 PM, Ruslan Zasukhin wrote:

> Hi All,
>
>     http://www.paradigmasoft.com/download/beta/
>
> You can download V4RB 2.2 b7
>
> Added 4 new functions
>
>     Vcursor.NextRecord_ODBC
>     Vcursor.PrevRecord_ODBC
>     Vcursor.FirstRecord_ODBC
>     Vcursor.LastRecord_ODBC
>
> This allow use the most short style to iterate cursor ONCE and FORWARD.
> This is ODBC style.
>
>     curs = SLECT
>
>     while( curs.NextRecord_ODBC )
>         ...
>     wend
>
> ATTENTION: do not mix this 4 navigation functions
>            with normal Vcursor functions !!!!
>            They use different logic and different counters.
>
>
> You can see new EXAMPLE:  Sql_way/VCursor_ODBC_StyleLoop



More information about the Valentina-beta mailing list