At 11:05 AM 8/8/2010, Luc Delcoigne wrote:

I've upgraded to the 64 bit version.

Now, how can I upgrade my 32 bit Rbase application to 64 bit ?

(RB* > RX* ).


Luc,

Upgrading from R:BASE eXtreme 9.0 (32) to R:BASE eXtreme 9.0 (64)
is as easy as 1-2-3.

Here's how:

01. Start R:BASE eXtreme 9.0 (32)

02. CONNECT dbname IDENTIFIED BY owner password

03. At the R> Prompt:

    OUTPUT dbname.all
    UNLOAD ALL
    OUTPUT SCREEN
    DISCONNECT
    EXIT

04. Start R:BASE eXtreme 9.0 (64)

05. Switch/Change the folder where dbname.all was created.
    (folder with dbname.rb1-rb4, dbname.all, and dbname.lob files)

06. At the R> Prompt:

    RUN dbname.all

    This will create a fresh dbname converted to 64 format.

    New Files: dbname.rx1 - dbname.rx4

    LIST DATABASE will only display all 64 version database(s).

Everything that worked in R:BASE eXtreme 9.0 (32) will work in the
converted R:BASE eXtreme 9.0 (64) database.

Now you can take advantage of R:BASE eXtreme 9.0 (64) environment.
http://www.rbase.com/products/compare.php

That's all there is to it!

Very Best R:egards,

Razzak.

P.S.
You may also refer to Database Conversion Guide for further details.
\RBTI\RBG90_64\RBASEeXtremeforWindows_DatabaseConversionGuide.pdf


Reply via email to