dbTalk Databases Forums  

Re: Can I access abandoned Btrieve database

comp.databases.btrieve comp.databases.btrieve


Discuss Re: Can I access abandoned Btrieve database in the comp.databases.btrieve forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rwickers
 
Posts: n/a

Default Re: Can I access abandoned Btrieve database - 08-07-2003 , 09:34 AM







Gary,

There is a utility called butil.exe that comes with the Btrieve 5.10a
package. This utility can load the contents of your data files to flat
ASCII file. The command is butil -load. The ASCII file will have a
record length and the record value in a csv format.

Regards,

Randy Wickersham
Pervasive Software Inc.

--
Posted via http://dbforums.com

Reply With Quote
  #2  
Old   
Roxton
 
Posts: n/a

Default 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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.