Home | How To | Online Documentation | Support | Download | Order |
|
|
A SAConnection object represents an unique session with a data source.
With the methods of a SAConnection object you can do the following:
To set DBMS client use setClient method or specify a client directly in Connect method. To get currently set client use Client method. To get information about Client and Server use ClientVersion, ServerVersion and ServerVersionString methods. There are two methods to managing transactions on the open connection. Commit method saves any changes and ends the current transaction. Rollback method cancels any changes made during the current transaction and ends the transaction. To disconnect cursor and break the physical connection to the data source use Disconnect method. Problems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||