[V4REV] problems encountered importing

Robert Brenstein rjb at robelko.com
Sat Jun 18 17:02:32 CDT 2005


>Hello ron,
>
>Saturday, June 18, 2005, 4:13:10 PM, you wrote:
>
>rb> Hi
>rb> Having lots of fun trying the new build...
>
>rb> 5. =============
>rb> Can you tell me what is wrong with the following:
>rb> I make a new db and then a table and then 3 flds
>rb> at this point I have a dbref
>
>rb>   put VDataBase_SqlSelect( dbRef, "SELECT * FROM bible " ) into CursorRef
>
>
>This cursor is readOnly cursor.
>
>It should be something like this:
>put VDataBase_SqlSelect( dbRef, "SELECT * FROM bible ", 
>EVCursorLocation.kServerSide, EVLockType.kReadWrite  ) into CursorRef
>
>--
>Best regards,
>  Ivan                            mailto:IvanSmahin at public.kherson.ua

Can't we have it just as

put VDataBase_SqlSelect( dbRef, "SELECT * FROM bible ", kServerSide, 
kReadWrite  ) into CursorRef

The dot notation is not used in Rev and reserved for future OO features.

Robert


More information about the Valentina-beta mailing list