Rich,

Using The Glorious R:BASE 2000 (ver 6.5++), Build: 1.851xRT03
and higher for Windows, you can use the following export methods:

dBase II (DBF) format:

GATEWAY EXPORT DB2 filename.dbf SELECT * FROM tablename

dBase III (DBF) format:

GATEWAY EXPORT DB3 filename.dbf SELECT * FROM tablename

dBase III Plus (DBF) format:

GATEWAY EXPORT DB3p filename.dbf SELECT * FROM tablename

dBaseIV (DBF) format:

GATEWAY EXPORT DB4 filename.dbf SELECT * FROM tablename

Of course, The Magical R:BASE 7.0 for Windows includes cool
methods and wizards to export all with column headings and more!

Have Fun!

Very Best Regards,

Razzak.



At 12:40 PM 6/26/2002 -0400, rich Jasinski wrote:

Having a problem exporting 29,000 records from a view into a any of the dbf
formats in gateway. It acts like it is exporting but when I look at the dbf
is creates there are the correct number of rows but the columns have nulls
in them.  Any ideas? I know the work around is to do an unload then load but
I would thing the glorious rbase 6.5++ should be able to do this simple
gateway to a dbf.

Reply via email to