|
<< Click to Display Table of Contents >> Session functions |
![]() ![]()
|
Each Borland Database Engine (BDE) function listed below returns information about a session, or performs a task that affects the session, such as adding a password.
Function |
Description |
Adds a password to the current session. |
|
Checks for remote updates to tables for all cursors in the current session, and refreshes the cursors if changed. |
|
Closes the session associated with the given session handle. |
|
Removes a password from the current session. |
|
Returns a pointer to the function previously registered by the client for the given callback type. |
|
Returns the handle associated with the current session. |
|
Gets the date format for the current session. |
|
Gets the number format for the current session. |
|
Retrieves the environment settings for the current session. |
|
Gets the time format for the current session. |
|
Registers a callback function for the client application. |
|
Sets the current session of the client application to the session associated with hSes. |
|
Sets the date format for the current session. |
|
Sets the number format for the current session. |
|
Sets the private directory for the current session. |
|
Sets the time format for the current session. |
|
Starts a new session for the client application. |