ajh wrote:
> I have volunteered to help a nonprofit org with their computers. The
> one big asset they are concerned with as they modernize their computers
> is a large data base that has somewhere around 5000 names and
> corresponding addresses, phone numbers, work locations and several other
> fields. They use a very old version of superbase. (Superbase 4 Windows
> v 1.3) Is there any way to ex****t that database to ascii and be able to
> open and edit it in a modern program like access or base.
>
> Thank you.
If your favorite search engine can't help you find an ex****t tool, you
can always write your own migration software.
I'd also recommend you look into a "real" RDBMS, like PostgreSQL, MySQL,
FirebirdSQL etc. (all free). This way they get a more robust system in
one go, that can last into the future.


|