Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

btr to seq

Status
Not open for further replies.

cedseat

Programmer
Aug 28, 2008
1
DE
Hi,

I have a .btr file and I would like to extract its data in order to stock them in an other database. In folder which contain the .btr file, there is a wbmanage.exe, I use it (save... tool) to convert .btr to .seq. When I view the .seq file, ascii characters are visible but other characters are not visible, they're encoded.

Have you a solution?

Ced.
 
Btrieve doesn't store any field metadata. It doesn't know what your record structure is. When you use WBMANAGE, it saves a byte image of the record exactly as it's stored in the file.
If your application doesn't have an export function, you might want to check for DDFs and use ODBC to export the data. If you don't have DDFs, you might be able to create them. You'll need to know the record structure though.
Take a look at http://www.goldstarsoftware.com/btrvodbc.asp.

Mirtheil
Certified Pervasive Developer
Certified Pervasive Technician
 
If you need to analyze the data and create the DDF files you can try BtSearch at I will help you create the DDF files. Once that is done then you can export to CSV,dbase or other ascii formats.

Gil
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top