If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Converting Progress to Access

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-03-03, 05:59
Silvano Silvano is offline
Registered User
 
Join Date: Dec 2003
Location: Arnhem, the Netherlands.
Posts: 2
Question Converting Progress to Access

Hi all,

I want to convert a Progress database to an Access database. But I donīt have the program of Progress, only the database files.

Does anyone know if this is possible? And how?

Greetings, Silvano.
Reply With Quote
  #2 (permalink)  
Old 12-03-03, 09:14
brbogdan brbogdan is offline
Registered User
 
Join Date: Nov 2003
Location: Lomza, POLAND
Posts: 81
Re: Converting Progress to Access

Quote:
Originally posted by Silvano
Hi all,

I want to convert a Progress database to an Access database. But I donīt have the program of Progress, only the database files.

Does anyone know if this is possible? And how?

Greetings, Silvano.
You must run Progress database server at first. You must have Progress Standalone DB or Workgroup DB which version matches database version. I mean Progress version 6, 7, 8 or 9. You must obtain this software from Progress Software Company. There Data Administration Tool included with Standalone DB or Workgroup DB products. Choose PRO/SQL -> Dump as CREATE TABLE Statement... option to prepare 2 SQL stripts: one with CREATE TABLE statements, another with CREATE INDEX. These scripts can be executed against Access database to create it with the same logical structure as Progress db is designed. Next step is to move data from Progress to Access. There are 2 options:
1. dump data from Progress db to text files using Data Administration Tool.
2. use JDBC/ODBC driver for Progress db.

Hope it helps.
Regards
Bogdan
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On