Consultor Eletrônico



Kbase P126316: Can progress.ssl.dll be loaded into and used with SQL Server 2005/2008?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/11/2009
Status: Verified

GOAL:

Can progress.ssl.dll be loaded into and used with SQL Server 2005?

GOAL:

Is it possible to create an assembly within MS SQL Server 2008 refering to a .NET Open Client proxy

FACT(s) (Environment):

OpenEdge 10.x
MS SQL Server 2005
MS SQL Server 2008
Windows NT 32 Intel/Windows 2000

FIX:

The Progress.ssl.dll can be loaded into and used with MS SQL Server 2005/2008 only in 10.A02 and later.

Prior to 10.A02, the Open Client runtime libraries cannot be loaded into SQL Server 2005/2008 (to be used in a C# based stored procedure) due to the fact that Progress.ssl.dll is not a 100% pure .NET dll. It is a mixed mode DLL (i.e. some .NET managed code and some normal, non-managed code).

As of 10.2A02, the Progress.ssl.dll assembly is a pure .NET assembly.