[ANN] VSDK, V4RB, V4MD, VAPP (MAC) 1.9.8b9 uploaded
Ruslan Zasukhin
sunshine at public.kherson.ua
Thu Jul 3 20:07:57 CDT 2003
on 7/3/03 19:33, jda at jda at his.com wrote:
>> 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,
But if you really write constants then they NOT EXISTS yet.
You need use or numbers
myCursor = new VCursor( theDB, "select * from theDB",
1, 3 )
Or create this constants self in ValentinaUtility module.
--
Best regards,
Ruslan Zasukhin [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com
To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------
More information about the Valentina
mailing list