At 01:55 PM 1/27/2012, Dennis McGrath wrote:

All I'm interested in doing is unloading these definitions to a file without
having to unload the entire database structure, just like I can do with
tabledef, views, etc.

Did you know that you can use the UNLOAD STRUCTURE FOR SERVER_TABLES command to
unload the structure of SATTACHed tables, or UNLOAD STRUCTURE FOR dBase_TABLES
command to unload the structure of ATTACHed tables in R:BASE?

Here's how:

01. Start R:BASE eXtreme 9.5 (32/64), Build: 9.5.1.10214 or higher ...

02. CONNECT dbname

03. At the R> prompt, use the following command to unload structure of all
    server (SATTACHed) tables:

    OUTPUT ServerTables.Str
    UNLOAD STRUCTURE FOR SERVER_TABLES
    OUTPUT SCREEN

04. At the R> prompt, use the following command to unload structure of all
    dBase (ATTACHed) tables:

    OUTPUT dBaseTables.Str
    UNLOAD STRUCTURE FOR dBase_TABLES
    OUTPUT SCREEN

You may also use the Database Explorer | Tables | Highlight all Server
(SATTACHed) tables, right-click, and then select Unload | Structure ..
to unload structure.

Similarly, may also use the Database Explorer | Tables | Highlight all dBase
(ATTACHed) tables, right-click, and then select Unload | Structure ..
to unload structure.

That's all there is to it!

Imagine the possibilities.

Very Best R:egards,

Razzak.

www.rbase.com
www.Razzak.com
www.RazzakMemon.com


Reply via email to