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.
Hi
I have such problem, i want to access progress db file. I know php, mysql, access, (amoung other about 20 programic languages) and looking for tool which will convert db file to something more common (maybe few csv text files)
Originally posted by fanlegii
Hi
I have such problem, i want to access progress db file. I know php, mysql, access, (amoung other about 20 programic languages) and looking for tool which will convert db file to something more common (maybe few csv text files)
Hi
Starting from Progress version 9 the Progress database is SQL-92 compliant ( on Entry+ Level). Progress db server is equipped with 2 database engines: for Progress 4GL applications and for SQL-92 applications. You can connect to Progress database using ODBC or JDBC driver for this database if you don't want to use 4GL language. I am using the driver implemented by DataDirect and generally there is no problems with it.