Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Mobile Link 統合データベースへの既存の接続を返します。
Public Function GetConnection() As DBConnection
public DBConnection GetConnection()
統合データベースへの現在の接続。この接続は、基本となる Mobile Link 接続の期間中にのみ有効です。
Mobile Link が SQL スクリプトの実行に使用するものと同じ接続です。Mobile Link サーバのこの接続での使用に影響する方法でコミット、終了、または変更しないでください。
接続に対して end_connection イベントが呼び出された後は、その接続を使用しないでください。
フルアクセス権を持つサーバ接続が必要な場合は、MakeConnection メソッドを使用します。