Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » MobiLink - Server Administration » Writing Synchronization Scripts in Java » MobiLink server API for Java Reference » ServerContext interface

getPropertySetNames method Next Page

makeConnection method


Syntax

public java.sql.Connection makeConnection( )
throws java.sql.SQLException

Remarks

Creates a new server connection. If an error occurs when opening a new connection, the method throws java.sql.SQLException.

Returns

The new server connection.

Exceptions