Closes the database connection.
Visual Basic Public Overrides Sub Close()
C# public override void Close();
The Close method rolls back any pending transactions and then closes the connection. An application can call Close multiple times.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |