Gerrit
You can edit data using a view only if it is a single table view with no group by clause.
 
I don't believe you can append data to an Excel file using Gateway.  You can append to an ascii file with plain old output- might be a workaround depending on what you're trying to accomplish.
 
output filename.txt append
unload data for tablename as ascii (or unload data for tablename as csv)
output screen
 
Alternately, you can use ODBC to pull data from RBase into an Excel file, rather than pushing data out.  The 7.5 ODBC driver is MUCH improved over 6.5++.  Like I said, it depends on what you're ultimately trying to accomplish. 
 
Hope it helps.
Dawn


From: Gerrit Jurgens [mailto:[EMAIL PROTECTED]
Sent: Friday, May 12, 2006 8:06 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Editing data

Dear all,
 
During the conversion from 6.5++ to 7.5 I came across 2 questions:
 
1 Is it possible to change data in a table by editing (or browing) a view in RBase 7.5?
 
2 Can I use gateway to add data to an excel-file?
 
Kind regards,
 
Gerrit Jurgens
 

Reply via email to