Re: Can I access abandoned Btrieve database -
08-25-2003
, 01:04 PM
Hi Gary,
The tool you're looking for is not "butil -load" but "butil -save".
Load is for importing data /into/ the Btrieve database.
butil -save [yourtable.db] [yourtextfile.txt]
The output columns will be fixed-width. Eyeballing it, you can
determine where those delineations are and import it using a program
like MSAccess.
If you have the DDFs already, I suggest using Gil's method. If the
application made use of binary data, go ahead and use BtSearch to create
the DDFs. If the application did not (and I've seen commercial programs
record integers and floats in plaintext in Btrieve), the butil -save
method will almost certainly be easiest.
-Adam
--
Posted via http://dbforums.com |