Prototype | Description |
---|---|
Boolean autoCommit |
Controls whether a commit is performed after each statement (insert, update or delete). If autoCommit is false, a commit or rollback is performed only when the user invokes the commit() or rollback() method. By default, a database commit is performed after each successful statement. If the commit fails, you have the option to execute additional SQL statements and perform the commit again, or execute a rollback statement. |
String openParms (read-only) |
Gets the connection parameters string as a semicolon-separated list of name=value pairs. |
DatabaseSchema databaseSchema (read-only) | Gets the database schema. This property is valid only while its connection is open. |
Boolean skipMBASync (read-write) |
Controls whether the database should be synchronized during one-button synchronization (false) or whether it should be skipped (true). Default is false. |
Int32 sqlCode (read-only) |
Gets the SQL Code of the last operation on this connection. The SQL Code is the standard SQL Anywhere code and is reset by any subsequent UltraLite database operation on this connection. |
SyncParms syncParms (read-only) |
Gets synchronization settings for this connection. |
SyncResult syncResult (read-only) |
Gets the results of the most recent synchronization for this connection. |
INVALID_DATABASE_ID (read-only) | A constant indicating an invalid database. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |