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] -----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 --- RBASE-L =======================3D=======================3 D= TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) =======================3D=======================3 D= TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO =======================3D=======================3 D= TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE =======================3D=======================3 D= TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. =======================3D=======================3 D=

