These routines provide security for DB-Library applications running against SQL Server 10.0 or later, or Adaptive Server:
DBSETLENCRYPT – specifies whether or not password encryption is to be used when logging into SQL Server 10.0 or later.
dbsechandle – installs user functions to handle secure logins.
bcp_options – sets bulk copy options, including BCPLABELED, the security label option.
Calling DBSETLENCRYPT causes an error
unless you first set the DB-Library version to 10.0. Use dbsetversion to
set the DB-Library version to 10.0 before calling DBSETLENCRYPT.