MobiLink Synchronization User's Guide
Writing Synchronization Scripts in .NET
MobiLink .NET API Reference
public interface DBConnection
Member of iAnywhere.MobiLink.Script
Represents a MobiLink ODBC connection.
This interface allows user-written synchronization logic to access an ODBC connection created by MobiLink.
public void Commit( )
Commit the current transaction.
public void Rollback( )
Roll back the current transaction.
public void Close( )
Close the current connection.
public DBCommand CreateCommand( )
Create a SQL statement or command on this connection. Returns the newly generated DBCommand.