Binds to a database and provides database manipulation functions. The connDatabase class provides the ability to:
connect to a database.
access tables.
filter queries through select lists.
enable/disable debugging.
execute stored procedures.
switch databases.
|
Constructor. |
|
| |
|
Calls a BASIC subroutine on the server. | |
|
Clears the specified select list created by a connDatabase.ClearSelectList method. | |
|
Closes the connection to the database. This method automatically removes all classes associated to this class. | |
|
| |
|
Creates a dynamic array of selected items. | |
|
Executes a selection on the database. | |
|
Gets the number of bytes received from the server since the connnDatabase.open method. | |
|
Gets the number of bytes sent to the server since the database was opened. | |
|
For internal use only. | |
|
Gets the error message from the last database request in platform dependent format. | |
|
Creates the connEnvironment Object. | |
|
For internal use only. | |
|
Gets the status message for the specified status code. | |
|
Gets an unopened reference to the named table. In order to use the table, a connTable.open method must be called. | |
|
Returns True if the database is connected or if the connection is active. | |
|
| |
|
Returns a copy of the current instance. | |
|
Opens a database or an account. Creates the socket, connects to the server, and logs to an account. If the connection fails, it returns an integer containing the completion status. If successful, returns kSuccess. | |
|
| |
|
Creates a new record set from a table. | |
|
Enables or disables debugging within the Visual Studio.NET environment. | |
|
Returns a string that represents the current instance. |
|
Name |
Type |
Value |
Value returned and Description |
|
Integer |
97 |
Error returned when the demo (temporary) license activation expires. | |
|
Integer |
80 |
Error returned when attempting to open an account that is not exposed, does not exist, or is password protected. | |
|
Integer |
87 |
Error returned on invalid user passwords. | |
|
Integer |
86 |
Error returned on invalid user names. | |
|
Integer |
81 |
Error returned when attempting to log on to an account that does not exist or is password protected. | |
|
Integer |
98 |
Error returned when no Pick Data Provider licenses are available to service the call. | |
|
Integer |
84 |
Error returned when the temporary file containing the current connection's information does not exist. | |
|
Integer |
89 |
Error returned when the host server could not be reached. | |
|
Integer |
85 |
Error returned when the connection log file does not exist. | |
|
Integer |
82 |
| |
|
Integer |
83 |
Error returned when the database's master table is not found or is corrupted. | |
|
Integer |
88 |
Error returned when the Pick Data Provider users file defined in MASTER does not exist. | |
|
Integer |
90 |
Error returned when a socket error occurs. | |
|
Integer |
0 |
No error. | |
|
Integer |
99 |
Error returned on invalid license information. | |
|
Integer |
91 |
Error returned on invalid license information. |