dbsetlversion

Sets the DB-Library client behavior to version 4.2 or 6.0 and later behavior in a LOGINREC structure.

Syntax

RETCODE DBSETLVERSION (
PLOGINREC
ploginrec,
BYTE
version)

Arguments
ploginrec
A pointer to a LOGINREC structure, which is passed as a parameter to dbopen. You can get one of these pointers by calling dblogin.
version
The DB-Library client behavior to use. Must be either DBVER60 to set DB-Library 6.0 behavior or DBVER42 to set DB-Library 4.2 behavior.
Returns

SUCCEED or FAIL.

Remarks

If this function is not called, the default is DB-Library 4.2 behavior.

Using the DBVER60 value means that Microsoft® SQL Server™ treats the connection as a DB-Library 6.0 client in every way. SQL Server:

Using the DBVER42 value (or not calling DBSETLVERSION for the LOGINREC) means that SQL Server treats the connection as a DB-Library 4.2 client. SQL Server:

Note that using DBVER60 is not required to use SQL Server version 6.0 and later server cursors.

See Also
dblogin dbsetlhost
dbopen dbsetlpwd
dbsetlapp  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.