|
4000 / 5000
|
System V to 4.0
|
|
DBNAME1.RBS
|
DBNAME1.RBF
|
|
DBNAME2.RBS
|
DBNAME2.RBF
|
|
DBNAME3.RBS
|
DBNAME3.RBF
|
|
| |
|
4.5 to 5.0
|
5.5 to 7.6
|
|
DBNAME.RB1
|
DBNAME.RB1
|
|
DBNAME.RB2
|
DBNAME.RB2
|
|
DBNAME.RB3
|
DBNAME.RB3
|
|
|
DBNAME.RB4
|
| 1. | Create a working directory.
|
| 2. | Copy the contents of the Convert Express disk to your working directory.
|
| 3. | Copy your database files to the working directory.
|
| 4. | Continue from your version as listed below.
|
| 1. | Create a working directory.
|
| 2. | Copy the contents of the Convert directory to your working directory from your installation CD.
|
| 3. | Copy your database files to the working directory.
|
| 4. | Continue from your version as listed below.
|
| 1. | CONVERT dbname
|
| 2. | Repeat for All Databases
|
| 3. | Continue with R:BASE System V, 2.x and 3.x
|
| 1. | CONVERT dbname
|
| 2. | Repeat for All Databases
|
| 3. | Continue with R:BASE System V, 2.x and 3.x
|
| 1. | Type ConvEx.EXE
|
| 2. | Select CONVERT DATABASES
|
| 3. | Select ALL FOUND
|
| 4. | Continue with R:BASE 4.5, 5.0 and 5.5
|
| 1. | Type DBCONV dbname
|
| 2. | Repeat for All Databases
|
| 3. | Continue with R:BASE 3.x and 4.0
|
| 1. | Type ConvEx.EXE
|
| 2. | Select CONVERT DATABASES
|
| 3. | Select ALL FOUND
|
| 4. | Continue with R:BASE 4.5, 5.0 and 5.5
|
| 1. | Type NEWDB dbname
|
| 2. | Repeat for All Databases
|
| 3. | Continue with R:BASE 4.5, 5.0 and 5.5
|
| 1. | Install R:BASE 6.5++
|
| 2. | At an R> Prompt, navigate to your working directory
|
| 3. | SET AUTOUPGRADE ON
|
| 4. | SET AUTOCONVERT ON
|
| 5. | CONNECT DBNAME
|
| 6. | DISCONNECT
|
| 7. | Repeat "Step 5" for all databases.
|
| 8. | Continue with Housekeeping
|
| 1. | Install R:BASE 6.5++
|
| 2. | At an R> Prompt, navigate to your working directory.
|
| 3. | SET AUTOUPGRADE ON
|
| 4. | SET AUTOCONVERT ON
|
| 5. | CONNECT DBNAME IDENTIFIED BY Username Password
|
| 6. | DISCONNECT
|
| 7. | Repeat "Step 5" for all databases
|
| 8. | Continue with Housekeeping
|
| 1. | Install R:BASE 6.5++
|
| 2. | At an R> Prompt, navigate to your working directory.
|
| 3. | SET AUTOUPGRADE ON
|
| 4. | SET AUTOCONVERT ON
|
| 5. | CONNECT DBNAME
|
| 6. | Repeat for all databases.
|
| 7. | Continue with Housekeeping
|
| 1. | DISCONNECT
|
| 2. | RENAME OrigName.RB* BckupDB.RB*
|
| 3. | CONNECT BckupDB
|
| 4. | RELOAD OrigName
|
| 1. | In the 6.5++ version, open the Object Manager (the first icon on the toolbar that looks like an octopus) and you will see several tabs across the top. The first is Apps, the next Databases and so on.
|
| 2. | Click on the Database tab and double click to select a Database or single click and then use the Open button. The other tabs should become enabled.
|
| 3. | Go to the Reports and Forms tabs and select each Form and Report and click design. Select "Yes" to Upgrade and "Yes" to Autoformat. This will perform the automatic conversion of the DOS version of the object to a Windows version. IMPORTANT: The "Autoformat" will be based on your settings in the "Utilities" > "Preferences" dialog for Form, Report and Label defaults, so be sure to set the "Font" values to a larger size to make your conversion easier. Repeat the conversion steps for all reports, labels, and forms.
|
| 4. | The results will be workable and SHOULD RUN.... but not nearly what they can be. At this point you will probably find it necessary to go over each report and form and fine tune it.
|
| 5. | When you do, one of the first things you will probably want to do is change -------- for actual graphic lines. These may show up as strings of strange letters such as ä. We recommend that you go in and delete any ----- or |||| then close and save the form or report BEFORE DOING ANYTHING ELSE. THEN go back in and make other changes such as fonts or adding graphics.
|
| 6. | Then begins the tedium of changing over the Character Based forms and reports to take advantage of the Graphical nature of Windows.
|
| · | Lines - All lines revert to black. Any lines created in DOS will be removed. If you have created lines in a DOS version of R:BASE by using text (such as dashes or underscores), these objects will be treated as text objects. You can remove these objects and replace them with R:BASE 5.5 line objects.
|
| · | Regions and Tiers - If you have applied a color to a region from a DOS-version form, the region will be outlined with boxes.
|
| · | Small Fields - In DOS-version forms that have fields that are 1- to 2-characters wide must be resized wider to accomodate Windows fonts.
|
| · | Report margins - Verify that field objects are within the margins; otherwise, the field objects will not be printed.
|
| 1. | Go to an R> Prompt
|
| 2. | Connect to your Database
|
| 3. | Type SHOW CHAR
|
| 4. | Compare to the Chart Below
|
| 5. | If they do not match change them by typing SET TYPE=CHAR (where TYPE is from the Character Column and CHAR from the Set To column)
|
|
Character
|
Set To
|
Description
|
|
MANY
|
%
|
Percent Sign
|
|
SINGLE
|
_
|
Underscore
|
|
QUOTES
|
'
|
Single Quote
|
|
IDQUOTES
|
`
|
*Reverse Single Quote
|
| 1. | Go to an R> Prompt
|
| 2. | Connect to your Database
|
| 3. | Type SHOW DATE
|
| TALLY datecol FROM tablename WHERE datecol < 1/1/1950
|