The following table lists DB-Library routines that were added for version 10.0:
Routine Name |
Description |
---|---|
Sets bulk copy options |
|
Binds a compute column to a program variable, with precision and scale support for numeric and decimal datatypes |
|
Binds a regular result column to a program variable, with precision and scale support for numeric and decimal datatypes |
|
Converts data from one datatype to another, with precision and scale support for numeric and decimal datatypes |
|
Inserts, updates, deletes, locks, or refreshes a particular row in the fetch buffer |
|
Registers the binding information on the cursor columns |
|
Closes the cursor associated with the given handle, releasing all the data belonging to it |
|
Returns column information for the specified column number in the open cursor |
|
Fetches a block of rows into the program variables declared by the user in dbcursorbind |
|
Returns the number of columns and the number of rows in the keyset if the keyset hit the end of the result set |
|
Opens a cursor, specifying the scroll option, concurrency option, and the size of the fetch buffer (the number of rows retrieved with a single fetch) |
|
Installs user functions to handle secure logins |
|
Sets the default character set for an application |
|
Sets the default language name for an application |
|
Specifies whether or not password encryption is to be used when logging into SQL Server 10.0 or later |
|
Specifies a DB-Library version level |
|
Returns the number of text or image bytes that remain to be read for the current row |