At 01:54 PM 11/1/2008, [EMAIL PROTECTED] wrote:
Razzak,
I typed the statement:
R>R>CONNECT dbname IDENTIFIED BY userid password SET NULL -0- OUTPUT
dbname.ALL UNLOAD ALL OUTPUT SCREEN DISCONNECT RENAME dbname.RX?
dbnameBackup.RX? EXIT
into the R>
ERROR- Unrecognized command - retype it ( 40)
Boyd
Boyd,
I bet you won't find any database name on your desktop with the
name "dbname" <g>.
As suggested in the ImportantNote_Update18_09192008.pdf document
page 1, step 01, you need to replace the reference to "dbname"
to your actual dbname, such as RRBYW10.
Only use IDENTIFIED BY userid password command option if your
database is protected with owner password.
In addition, as outlined in the document, each command should
be executed separately, one at a time or separated by semi colon
";", if typed as one long string at R> prompt.
So, to recap everything, and to convert RRBYW10 database,
simply follow these steps:
01. Start Turbo V-8 (Build: 8.0.18.30919) or higher
02. At the R> prompt:
Type "CONNECT RRBYW10" and then press [Enter] key
Type "SET NULL -0-" and then press [Enter] key
Type "OUTPUT RRBYW10.ALL" and then press [Enter] key
Type "UNLOAD ALL" and then press [Enter] key
Type "OUTPUT SCREEN" and then press [Enter] key
Type "DISCONNECT" and then press [Enter] key
Type "RENAME RRBYW10.RX? rrbyw10Backup.RX?" and then press [Enter] key
Type "RUN RRBYW10.ALL" and then press [Enter] key
Note:
. DO NOT use double quotes " " when typing the actual command at
the R> prompt.
Can't make it any simpler than that.
Hope that helps!
Very Best R:egards,
Razzak.