UpdateRecords Not Updating

Chuck Pelto cbpelto at pcisys.net
Fri Feb 18 14:44:55 CST 2005


Thanks.

Where can I find ALL the variants for all the parameters?

And I am trying to update just one table in this activity.

Regards,

Chuck

On Feb 18, 2005, at 2:28 PM, Ruslan Zasukhin wrote:

> 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
> -------------------------------------------------------------
>
>
> _______________________________________________
> Valentina mailing list
> Valentina at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina
>



More information about the Valentina mailing list