Frees the resources associated with a connection object.
sqlany_free_connection ( $conn )
$conn A connection object created by sqlany_new_connection.
Returns nil.
# Disconnect from the database api.sqlany_disconnect( conn ) # Free the connection resources api.sqlany_free_connection( conn ) # Free resources the api object uses api.sqlany_fini() # Close the interface SQLAnywhere::API.sqlany_finalize_interface( api ) |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |