Super!  Include your example in the docs too!!!  

Very, Very, Very Best R:egards,
Dennis McGrath


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon
Sent: Wednesday, November 04, 2009 7:50 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Qualcols 2 vs 10, what do you giveupbychanging from 2 
to 10?

At 08:00 AM 11/4/2009, Dennis McGrath wrote:

>Razzak,
>
>Just to clarify.
>I can have the DB open and change QUALCOLS on the fly?
>
>So the following code would work without any problem
>
>SET QUALCOLS 10 -- change to page locking
>UPDATE whatever
>SET QUALCOLS 2 -- change to row locking


Very correct, Dennis!

To observe the actual difference, if you are using the latest
version and updates of R:BASE 7.6 or Turbo V-8, you can try
the following ...

-- R:BASE 7.6 for Windows (Build:7.6.8.31102 or higher)
-- R:BASE Turbo V-8 for Windows (Build:8.0.22.31102 or higher)

    SET FEEDBACK ON
    SET QUALCOLS 10 -- change to page locking
    UPDATE whatever
    SET QUALCOLS 2 -- change to row locking
    SET FEEDBACK OFF
    CLS

Very Best R:egards,

Razzak.


Reply via email to