French,
I havn't connected to an SQL server before so I don't know to much about it, but I did get this info from Progress and it looks like you need V9.x and up in order for you to connect, but you can use V8.x to copy data over to an SQL server. Hope this helps.
SUMMARY:
This solution discusses which Progress versions support connectivity
to the Microsoft SQL Server dataserver and how to migrate a Progress
database to MS SQL Server.
EXPLANATION:
Progress ships an ODBC dataserver that allows Webspeed Version 2.1
applications to access a Microsoft SQL Server database. You can find
documentation for this dataserver if you bring up the Webspeed
Workshop and clicking 'help' to view a list of all of the available
on-line documents.
The MS SQL Server database is supported on the following Progress
products:
- Webspeed 2.1 with ODBC Dataserver.
- Version 9.1A05 and Version 9.0 with ODBC Dataserver.
- Version 9.1B with Dataserver for MS SQL Server.
The Version 8.x 4GL client does show some options for the MS SQL
Server dataserver via the Data Disctionary but they are not supported
or recommended for use. If you have issues with the Progress 4GL and
access to a MS SQL Server dataserver in Version 8.x, you will not
receive technical support unless you can reproduce the problem with
the WebSpeed client.
Follow these steps to migrate a Progress database to MS SQL Server:
1) Go to the dictionary > data admin > PRO/SQL menu.
2) Select 'Dump as Create table'.
3) Select the tables that you want to migrate.
This tool generates a file that can be run in the MS SQL
client to create your MS SQL Server database. The tool does
not migrate the data.
4) Connect to your new MS SQL Server database with Webspeed
Version 2.1 (in Progress Version 9.x, you are able to connect
with the 4GL client) and write code to create the records.
(Remote connections are not available until Version 9.x.)
5) Move the data over to MS SQL Server Database.
NOTE: Do not use any Data Dictionary options for MS SQL Server
utilities. They are not supported or recommended.
For more information on how to connect to your MS SQL Server database
from WebSpeed, please refer to the MS SQL Server dataserver document
that is provided in the on-line help for the Webspeed product.
NOTE: The following connection parameters are required:
-Dsrv ASYNC_ENABLE,0,AUTOCOMMIT,1
NOTE: Turn on two-phase commit at the Intersolv driver level when you
create your datasource in the ODBC Administrator. This option is
available under the Advanced tab (refer to the ODBC Dataserver Guide,
Appendix A for more information about these settings).
Carmelo Brual (IT Specialist)
Progress DBA
Cognos Impromptu Administrator
Cognos Impromptu Reporting