Currently we have a home-grown application (Socrates) that uses MS SQL Server (version 2.65.02.13) to connect to Sybase 12.5.0.3. This SQL Server Driver version is from SQL Server 6.5 which is no longer supported by Microsoft. We've had issues in the past when trying to use newer drivers because the application was written in Visual Basic 6.0 not also supported by Microsoft. This version of Visual Basic works only by using 2.65.02.13 sql server driver. We need to enable password encryption within that driver so the password is not displayed in clear text through the network. How can we do this withoutchanging to newer fdriver versions? I appreciate your help.
Start Free Trial