At 03:34 PM 6/28/2003 -0400, Bernie Karmel wrote:
I have just begun the task of switching over from my very stable Rbase 4.5++ data bases to the Windows version of RB2000 (6.5++). This might be trivial, but I do not see that I can import or export an ASCII fixed file as I am able to do in the DOS 6.5 version. I have a great number of applications that expect a .FIX file structure as input. Is there any way I can use the Windows version for ASCII fixed files?
Bernie,
To IMPORT/LOAD data from ASCII FIXED field file in 6.5++ for Windows:
LOAD TableName FROM FileName.ext AS FORMATTED USING + ColumnName1 start end, + ColumnName2 start end, + ColumnName3 start end, + ColumnName5 start end, + ColumnName6 start end, + ColumnName7 start end, + ColumnName8 start end, + ColumnName9 start end
TO EXPORT/UNLOAD from 6.5++ for Windows as FIXED Field, here are mu suggestions:
01. Try the following technique:
Creating Fixed Field ASCII Files Using Report
From The Edge: http://www.razzak.com/fte (General Topics: 10/28/1999)
02. You can simultaneously use R:BASE 6.5++ for DOS
to perform all those available features. Call RBTI Sales Team at 724.733.0053 to get
special discount on DOS version of 6.5++, while
converting from 4.5++ to 6.5++ for Windows.Yes, there are special rewards of staying CURRENT!
Of course, the Next Generation R:BASE 7.0 for Windows includes coooool Gateway Import and Export options!
Happy Conversion and make to have fun!
Should you require further assistance, feel free to ask.
You and your client(s) will never regret to stay CURRENT.
Very Best R:egards,
Razzak.

