A Connection object represents a unique connection session to a data source or remote server.
In the case of a client-server system such as Distributed Data Management (DDM), it may be equivalent to an actual network connection to the server. Alternatively, it may represent a local connection to a data source.
Newlook Smartclient
Newlook Server
Note: Local data source connections are not supported in Newlook Server.
Newlook Smartclient |
Newlook Server |
Deprecated
|
Obsolete
Property |
Client |
Description |
|
Returns the connection string used to establish a connection to a data source. Read-only. |
|
|
Returns the transaction isolation level for a database connection. Read-only. |
|
|
Returns the available permissions for modifying data in a Connection. Read-only |
|
|
The name used to identify the connection. |
|
|
Returns the name of an OLE DB data provider. Read-only. |
|
|
Returns a collection of messages returned from a server. Read-only. |
|
|
Returns the type of server to which a connection has been established. Read-only. |
|
|
Returns the transaction nesting level for a Connection. Read-only. |
|
|
Gets or sets a value which determines whether the connection is a database, FTP or RPC connection. Read-only. |
Newlook Smartclient |
Newlook Server |
Deprecated
|
Obsolete
Property |
Client |
Description |
|
Begins a new transaction. |
|
|
Closes an open recordset object. |
|
|
Saves any changes and ends the current transaction, then begins a new transaction. |
|
|
Disconnects the active DB connection. |
|
|
Opens a Recordset object. |
|
|
Cancels any changes made during the current transaction and ends the transaction, then begins a new transaction. |
Recordset object | Field object | Data Access | DBConnect method | DBConnect action
© 2004-2021 looksoftware. All rights reserved.