Is there a possibility or what are the connection parameters to connect Progress with .NET environment with out the ODBC connection source.
I have used ODBC connection string in .NET but i am looking for a connection string to use progress as a back end with out ODBC connection source?
Any thoughts would be appreciated.
There is no native data provider for OpenEdge - if that's what you are looking for.
The alternative would be an AppServer connection using Web Services or the native .NET Proxy. Both options will required coding on the AppServer to build the required result set (something like Temp-Tables or ProDatasets).