Sets the DB-Library client behavior to version 4.2 or version 6.0 behavior in a LOGINREC structure.
RETCODE DBSETLVERSION (
PLOGINREC ploginrec,
BYTE version)
where
SUCCEED or FAIL.
If this function is not called, the default is DB-Library 4.2 behavior.
Using the DBVER60 value means that SQL Server will treat the connection as a DB-Library 6.0 client in every way. SQL Server will:
Using the DBVER42 value (or not calling DBSETLVERSION for the LOGINREC) means that SQL Server will treat the connection as a DB-Library 4.2 client. SQL Server will:
Note that using DBVER60 is not required to use SQL Server 6.0 server cursors.
dblogin, dbopen, DBSETLAPP, DBSETLHOST, DBSETLPWD