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

SQL Anywhere 11.0.0 » MobiLink - Server Administration » MobiLink Server APIs » Writing synchronization scripts in Java » MobiLink server API for Java Reference » ServerContext interface

 

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
  • SQLException   Thrown if an error occurred opening the new connection.