|
Using '*' allows the command to run but generates the error "There is insufficient disk space on either the Target Drive or the Temporary File Drive. The operation may fail. Do you wish to continue?"
There is GB's of space left on the drives and continuing produces a valid dbf file even with 32,000 records processed. Same error message for a table with 7 records or no records.
It works, one just has to click YES each time the code is run.
In this situation this is acceptable but in others it may not be.
Thanks for the help.
Michael
Michael Moser EXAQ Micro Services www.exaq.com Phone: 916-966-8313 Fax: 916-966-8313 >> At 08:12 PM 3/15/2005, Michael Moser wrote: >> >When I use the following command at the R> prompt: >> > >> >R> GATEWAY EXPORT DB3 ASLOG.DBF SELECT ALL FROM ASLOG >> > >> >The Import/Export Progress screen comes up with "Initializing ..." >> >displayed and then R:Base freezes. Task Manager shows R:Base not >> >responding and End Task is the only way out. >> Michael, >> If you are using R:BASE 6.5++ for Windows (Build: 1.866xRT03) >> or higher, try the following syntax: >> GATEWAY EXPORT DB4 ASLog.DBF SELECT * FROM AsLog >> Of course there are coool EXPORT options available in R:BASE >> 7.1, 7.5 and V-8 "Turbo" for Windows. >> Very Best R:egards, >> Razzak. >> P.S. As an Authorized R:BASE Developer, you should have the >> latest versions of all R:BASE products on your "Developer CD". |

