[ANN] VSDK, V4RB, V4MD, VAPP (MAC) 1.9.8b9 uploaded

jda jda at his.com
Thu Jul 3 12:33:06 CDT 2003


>
>
>I have not understand.
>
>If you do
>
>      myCursor = new VCursor(theDB, "select * from theDB")
>
>Then you get ClientSide, ReadOnly, forwardOnly cursor.
>Yes, you still can use such call if above set of parameters satisfy you.
>
>If you need cursor for write you meed change code as
>
>      myCursor = new VCursor( theDB, "select * from theDB",
>                              kV_Client, kV_ReadWrite )
>

That's the problem. When I do this (V4RB, RB 5.2fc4) I get this error 
on compile:

       Parameters not compatible with this function

Jon


More information about the Valentina mailing list