UpdateRecords Not Updating

Ruslan Zasukhin sunshine at public.kherson.ua
Fri Feb 18 23:28:40 CST 2005


On 2/18/05 11:21 PM, "Chuck Pelto" <cbpelto at pcisys.net> wrote:

> 
> On Feb 18, 2005, at 2:05 PM, Ruslan Zasukhin wrote:
>> 
>> Looks into docs of db.SqlSelect()
>> 
>> It have 3 parameters to control how to create cursor.
>> 
>> If your docs do not have this then update docs
> 
> I can see the three parameters.
> 
> [inCursorLocation] Location of cusror. Default = kClient
> [inLockType] Lock type for records of cursor. Default = kReadOnly.
> [inCursorDirection] Direction of cursor. Default = kForwardOnly.
> 
> What is the call OTHER THAN "kReadOnly"?
> 
> Furthermore, where can I find information on all the variants of all
> teh parameters?

You need 

    SqlSelect( query, kV_Server, kV_ReadWrite, kV_Random )

Also note that you can update cursor only if it is build on single table.



-- 
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