Checks the status of a Microsoft® SQL Server™ or DB-Library option.
BOOL dbisopt (
PDBPROCESS dbproc,
INT option,
LPCSTR param );
The DBOFFSET and DBSTAT options can have several settings, each with a different parameter. In these cases, dbisopt needs a valid param to determine which option parameter to check.
For more information about a list of options that take parameters, see DB-Library Options.
TRUE or FALSE.
Although SQL Server options can be set and cleared directly through Transact-SQL, the application should use dbsetopt and dbclropt to set and clear options. This provides a uniform interface for setting both SQL Server and DB-Library options. It also allows the application to use the dbisopt function to check the status of an option.
For more information about a list of each option and its default status, see DB-Library Options.
Bulk-Copy Functions | DB-Library Options |
dbclropt | dbsetopt |