FirstClassトップページ


 ヘルプの目次
このヘルプについて このヘルプについて
 
エンドユーザ向けヘルプ エンドユーザ向けヘルプ
Client Help クライアントヘルプ
Web Help Webアクセスヘルプ
ScreenReader Help スクリーンリーダ
Form フォーム
Synchronization 同期
Definitions 用語
container コンテナ
 
管理者向けヘルプ 管理者向けヘルプ
Administration サーバの管理
Internet Services インターネットサービス
Customization Tools カスタマイズツール(英語)
Administering OTSW OTSWの管理
OTSW Custodian OTSW Custodian
Using FirstClass ED FirstClass ED(英語)
 
バナー:
 
 Connection.DriverConnection
ホーム • Customization Tools • FCAS • Language Reference • Connection.DriverConnection
 
Purpose
Establishes a data source with the raw ODBC connection information. This is the information returned by BrowseConnection.
81203_42521_14.png        Note
If you have built a bound columns application (using table and connection FCAS objects instead of code) with a different database, and you would like to migrate to Oracle, you must set the establish connections selection list to manual startup, run something similar to the DriverConnection code example (below) to connect to the database in your Sub Main(), then match the table and column names in the Oracle database to the names in your previous project.
Syntax
DBConnection.DriverConnection (Connection)


Connection
A connection string for the ODBC driver.

Example
The following code can be used in a program to establish a live connection to the Oracle data source, and allocate statements and run queries against it.
Dim cnct As DBConnection
cnct.DriverConnection("DSN=ORACLE;UID=admin;PWD=frisky;ConnectString=MyOracleServerString")

 

Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<