Checks the status of a SQL Server or DB-Library option.
BOOL dbisopt (
PDBPROCESS dbproc,
INT option,
LPCSTR param );
where
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 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 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 a list of each option and its default status, see DB-Library Options.
dbclropt, dbsetopt; Bulk-Copy Functions, and DB-Library Options