[ANN] V4RB 2.2 b7 uploaded.

Ruslan Zasukhin sunshine at public.kherson.ua
Fri Feb 3 22:30:19 CST 2006


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


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina-beta mailing list