If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Rbase (RB1,RB2,RB3,RB4) extraction help.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-05, 11:26
mchantal mchantal is offline
Registered User
 
Join Date: Jan 2005
Location: Austin, TX
Posts: 1
Rbase (RB1,RB2,RB3,RB4) extraction help.

Does anyone know if Rbase tables can be either be extracted as flat files (eg, csv) or if there are any ODBC Drivers on the web to assist in importing Rbase files (RB1, RB2, RB3, RB4) into a ANSI Database?

Anyhelp would be greatly appreciated!!!
Reply With Quote
  #2 (permalink)  
Old 02-11-05, 17:12
jgoldste jgoldste is offline
Registered User
 
Join Date: Feb 2005
Posts: 1
If you can run rbase, you can save the data in tables by doing the following. You have to have access to the r> prompt to do this.

R> out <filename to save the table to>
R> unload data for <tablename> as ascii
R> out screen

This will save the data in comma delimited format.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On