| Computers Forum Index » Computer - Databases - Btrieve » Old DOS btrieve database... |
|
Page 1 of 1 |
|
| Author |
Message |
| Fred... |
Posted: Thu Jan 29, 2009 10:07 pm |
|
|
|
Guest
|
I am working on a project now where I need to convert an old DOS based
btrieve database to CSV or any other format I can work with. Does
anyone know of any good software or some tips/tricks I can use to get
this data? I have the original software and can access the data that
way, but I can't do anything I need to do with the data there.
I have done some searching and came across the Pervasive Data
Integrator suite. But since I haven't gotten a trial license I am not
sure if it is going to work or not. I can do DOS or Linux based
applications if necessary.
Thanks,
Fred |
|
|
| Back to top |
|
|
|
| Brad Kunkel... |
Posted: Fri Jan 30, 2009 10:36 pm |
|
|
|
Guest
|
Fred,
You can export the raw data using BUTIL -SAVE. If you're lucky the data
will all be stored as text (as opposed to binary). Then you can treat the
exported records as fixed field length format with the record length stored
as the first field at the beginning of each record. Even if the records
contain binary data you can sometimes determine what that data is by putting
those fields into integer, real, or decimal variables and comparing the
result to what you see in the application.
HTH,
Brad Kunkel
Integrated Business, Inc.
"Fred" <fbnewtz at (no spam) gmail.com> wrote in message
news:84cb9f76-758e-4cfe-a87b-8006958cf549 at (no spam) f3g2000yqf.googlegroups.com...
Quote: I am working on a project now where I need to convert an old DOS based
btrieve database to CSV or any other format I can work with. Does
anyone know of any good software or some tips/tricks I can use to get
this data? I have the original software and can access the data that
way, but I can't do anything I need to do with the data there.
I have done some searching and came across the Pervasive Data
Integrator suite. But since I haven't gotten a trial license I am not
sure if it is going to work or not. I can do DOS or Linux based
applications if necessary.
Thanks,
Fred |
|
|
| Back to top |
|
|
|
| BtrieveBill... |
Posted: Sat Jan 31, 2009 4:40 am |
|
|
|
Guest
|
Here's a white paper that more fully describes the problem, with
possible solutions:
http://www.goldstarsoftware.com/press.asp
Grab the paper on ODBC access of Btrieve data.
Goldstar Software Inc.
Pervasive-based Products, Training & Services
Bill Bach
BillBach at (no spam) goldstarsoftware.com
http://www.goldstarsoftware.com
*** Pervasive Training - March 2009 in Chicago ***
Fred wrote:
Quote: I am working on a project now where I need to convert an old DOS based
btrieve database to CSV or any other format I can work with. Does
anyone know of any good software or some tips/tricks I can use to get
this data? I have the original software and can access the data that
way, but I can't do anything I need to do with the data there.
I have done some searching and came across the Pervasive Data
Integrator suite. But since I haven't gotten a trial license I am not
sure if it is going to work or not. I can do DOS or Linux based
applications if necessary.
Thanks,
Fred |
|
|
| Back to top |
|
|
|
| nelsonsoft... |
Posted: Mon Feb 02, 2009 11:28 pm |
|
|
|
Guest
|
Fred,
One note is you must have the Windows Pervasive Btrieve drivers
loaded. If the software is DOS based then you may not have those
drivers. You can download the trial version at Pervasive's website or
contact me thru my site for any additional questions you may have.
Thanks,
GIl
Quote:
Gil,
Thanks for the info. I wasn't able to make it run on my XP
machine. I am trying the software on the old DOS machine next.
Thanks,
Fred |
|
|
| Back to top |
|
|
|
|