At 12:40 PM 2/15/2012, Dennis McGrath wrote:

Razzak,

I tried this in the new version.
unload structure for server_tables
-ERROR- server_tables is an undefined table. (2038)

Nothing in the help files either.
R:BASE eXtreme 9.1 (32), U.S. Version, Build: 9.1.5.20214

Dennis McGrath
Software Developer
QMI Security Solutions
1661 Glenlake Ave
Itasca IL 60143
630-980-8461
[email protected]


Dennis,

Did you carefully read my reply, especially, item 01?

For help, specific features, and *new* commands:

http://www.rbase.com/rbg95/

Very Best R:egards,

Razzak.


-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon
Sent: Friday, January 27, 2012 2:25 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: UNLOADIN SAttached definitions

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