dbTalk Databases Forums  

Database newbie needs help

comp.databases comp.databases


Discuss Database newbie needs help in the comp.databases forum.



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

Default Database newbie needs help - 05-05-2008 , 08:07 PM






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 export that database to ascii and be able to
open and edit it in a modern program like access or base.

Thank you.

Reply With Quote
  #2  
Old   
Sabine Dinis Blochberger
 
Posts: n/a

Default Re: Database newbie needs help - 05-06-2008 , 03:25 AM






ajh wrote:

Quote:
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 export 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 export 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.


Reply With Quote
  #3  
Old   
Sabine Dinis Blochberger
 
Posts: n/a

Default Re: Database newbie needs help - 05-06-2008 , 03:25 AM



ajh wrote:

Quote:
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 export 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 export 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.


Reply With Quote
  #4  
Old   
Sabine Dinis Blochberger
 
Posts: n/a

Default Re: Database newbie needs help - 05-06-2008 , 03:25 AM



ajh wrote:

Quote:
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 export 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 export 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.


Reply With Quote
  #5  
Old   
Ed Prochak
 
Posts: n/a

Default Re: Database newbie needs help - 05-06-2008 , 07:58 AM



On May 5, 9:07 pm, ajh <ajhender... (AT) gmail (DOT) com> wrote:
Quote:
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 export that database to ascii and be able to
open and edit it in a modern program like access or base.

Thank you.
I don't know superbase, but in the worst case, check to see if you can
send reports to files. Then generating reports that cover all of the
data and sending them to files. You can then develop load scripts for
whatever new DBMS you plan to use.

And of course, an open source, free DBMS will be a good choice, one
with low DBA requirements (for when you are no longer there).
HTH,
Ed


Reply With Quote
  #6  
Old   
Ed Prochak
 
Posts: n/a

Default Re: Database newbie needs help - 05-06-2008 , 07:58 AM



On May 5, 9:07 pm, ajh <ajhender... (AT) gmail (DOT) com> wrote:
Quote:
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 export that database to ascii and be able to
open and edit it in a modern program like access or base.

Thank you.
I don't know superbase, but in the worst case, check to see if you can
send reports to files. Then generating reports that cover all of the
data and sending them to files. You can then develop load scripts for
whatever new DBMS you plan to use.

And of course, an open source, free DBMS will be a good choice, one
with low DBA requirements (for when you are no longer there).
HTH,
Ed


Reply With Quote
  #7  
Old   
Ed Prochak
 
Posts: n/a

Default Re: Database newbie needs help - 05-06-2008 , 07:58 AM



On May 5, 9:07 pm, ajh <ajhender... (AT) gmail (DOT) com> wrote:
Quote:
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 export that database to ascii and be able to
open and edit it in a modern program like access or base.

Thank you.
I don't know superbase, but in the worst case, check to see if you can
send reports to files. Then generating reports that cover all of the
data and sending them to files. You can then develop load scripts for
whatever new DBMS you plan to use.

And of course, an open source, free DBMS will be a good choice, one
with low DBA requirements (for when you are no longer there).
HTH,
Ed


Reply With Quote
  #8  
Old   
--CELKO--
 
Posts: n/a

Default Re: Database newbie needs help - 05-07-2008 , 11:43 AM



Superbase is still in business. Why not just get a current edition?
The users will know something about it and feel comfortable. It is a
good product with a nice developer tool set.

Reply With Quote
  #9  
Old   
--CELKO--
 
Posts: n/a

Default Re: Database newbie needs help - 05-07-2008 , 11:43 AM



Superbase is still in business. Why not just get a current edition?
The users will know something about it and feel comfortable. It is a
good product with a nice developer tool set.

Reply With Quote
  #10  
Old   
--CELKO--
 
Posts: n/a

Default Re: Database newbie needs help - 05-07-2008 , 11:43 AM



Superbase is still in business. Why not just get a current edition?
The users will know something about it and feel comfortable. It is a
good product with a nice developer tool set.

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.