UltraLite ActiveX User's Guide
UltraLite ActiveX API Reference
The following are properties of ULConnection:
| Prototype | Description |
|---|---|
| AutoCommit As Boolean | Indicates the AutoCommit value. If true, all data changes are committed immediately after they are made. Otherwise, changes are not committed to the database until Commit is called. By default, this property is True. |
| CollationName As String (read-only) | Gets the database character set and sort order. |
| DatabaseID As Long |
Gets or sets the database ID, which determines the starting value for global autoincrement columns.
If the database ID has never been set, the value is -1. |
| DatabaseManager As ULDatabaseManager (read-only) | Gets the owning database manager object. |
| DatabaseNew As Boolean (read-only) | Indicates whether the database was newly created for this connection or not. |
| ErrorResume As Boolean | Indicates the error handling method. |
| GlobalAutoIncrementUsage As Long (read-only) | Gets the percentage of available global autoincrement values that have been used. |
| IsCaseSensitive As Boolean (read-only) | Indicates whether the database is case sensitive or not. |
| LastErrorCode As SQLCodeConstants | Gets the last error number, and allows you to clear the previous error code. |
| LastErrorDescription As String (read-only) | Gets the last error description. |
| LastIdentity As Long (read-only) | Gets the most recent value inserted into a column with a default of autoincrement or global autoincrement. |
| OpenParms As String (read-only) | Gets the string used to open the connection to the database. |
| Schema As ULDatabaseSchema (read-only) | Gets the ULDatabaseSchema object which represents the definition of the database. |
| SQLErrorOffset As Integer (read-only) | If PrepareStatement raises an error, indicates the 1-based offset in the SQL statement where the error was noted. If this value is less than or equal to 0, no offset information is available. |
| SyncParms As ULSyncParms (read-only) | Gets the synchronization parameters object. |
| SyncResult As ULSyncResult (read-only) | Gets the results of the most recent synchronization. |
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.