|
37.
|
|
|
The ODBC Drivers contain code specific to a Database System and provides a set of callable functions to the Driver Manager.
Drivers may implement some database functionality when it is required by ODBC and is not present in the Database System.
Drivers may also translate data types.
ODBC Drivers can be obtained from the Internet or directly from the Database vendor.
Check http://www.unixodbc.org for drivers
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/odbcconfig.c:1093
|
|
38.
|
|
|
ODBCConfig - Database Systems
|
|
|
|
ODBCConfig - 資料庫系統
|
|
Translated and reviewed by
Walter Cheuk
|
|
|
|
Located in
src/odbcconfig.c:1165
|
|
39.
|
|
|
Perhaps the most common type of Database System today is an SQL Server
SQL Servers with Heavy Functionality
ADABAS-D
Empress
Sybase - www.sybase.com
Oracle - www.oracle.com
SQL Servers with Lite Functionality
MiniSQL
MySQL
Solid
The Database System may be running on the local machine or on a remote machine. It may also store its information in a variety of ways. This does not matter to an ODBC application because the Driver Manager and the Driver provides a consistent interface to the Database System.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/odbcconfig.c:1181
|
|
40.
|
|
|
ODBCConfig - odbc.ini
|
|
|
|
ODBCConfig - odbc.ini
|
|
Translated and reviewed by
Walter Cheuk
|
|
|
|
Located in
src/odbcconfig.c:1272
|
|
41.
|
|
|
This is the main configuration file for ODBC.
It contains Data Source configuration.
It is used by the Driver Manager to determine, from a given Data Source Name, such things as the name of the Driver.
It is a simple text file but is configured using the ODBCConfig tool.
The User data sources are typically stored in ~/.odbc.ini while the System data sources are stored in /etc/odbc.ini
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
這是 ODBC 的主設定檔案。
其包含資料來源設定。
根據給定的資料來源名稱,驅動程式管理員用以決定驅動程式名稱等事情。
這是個以 ODBCConfig 工具設定的純文字檔。
使用者資料來源通常儲存在 ~/.odbc.ini,而系統資料來源則儲存在 /etc/odbc.ini
|
|
Translated and reviewed by
Walter Cheuk
|
|
|
|
Located in
src/odbcconfig.c:1288
|
|
42.
|
|
|
ODBCConfig
|
|
|
|
ODBCConfig
|
|
Translated and reviewed by
Walter Cheuk
|
|
|
|
Located in
src/odbcconfig.c:1379
|
|
43.
|
|
|
This is the program you are using now. This program allows the user to easily configure ODBC.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/odbcconfig.c:1395
|
|
44.
|
|
|
ODBCConfig - odbcinst.ini
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/odbcconfig.c:1486
|
|
45.
|
|
|
odbcinst.ini contains a list of all installed ODBC Drivers. Each entry also contains some information about the driver such as the file name(s) of the driver.
An entry should be made when an ODBC driver is installed and removed when the driver is uninstalled. This can be done using ODBCConfig or the odbcinst command tool.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/odbcconfig.c:1502
|
|
46.
|
|
|
ODBCConfig - Credits
|
|
|
|
ODBCConfig - 鳴謝
|
|
Translated and reviewed by
Walter Cheuk
|
|
|
|
Located in
src/odbcconfig.c:1594
|