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.