Skip to Content
0
Dec 05, 2022 at 07:53 PM

ASE connectivity using sybase dblib

217 Views

Hi,

i am running a C++ application which connects to sybase 16 DB.

This application uses sybase DB LIB API call (like dblogin, dbopen etc).

Recently there is a password encryption enabled on this database which requires setting EncryptPassword=1 in connection string while connecting to database.

How this DB connection can be safely established from a C++ application using sybase DB lib.