|
25.
|
|
|
Application
|
|
|
|
애플리케이션
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:622
|
|
26.
|
|
|
Driver Manager
|
|
|
|
드라이버 관리자
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:631
|
|
27.
|
|
|
odbcinst.ini
|
|
|
|
odbcinst.ini
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:658
|
|
28.
|
|
|
odbc.ini
|
|
|
|
odbc.ini
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:667
|
|
29.
|
|
|
Config
|
|
|
|
설정
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:676
|
|
30.
|
|
|
About
|
|
|
|
소개
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:739
|
|
31.
|
|
|
gODBCConfig - Appication
|
|
|
|
gODBCConfig - 애플리케이션
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:847
|
|
32.
|
|
|
The Application communicates with the Driver Manager using the standard ODBC calls.
The application does not care; where the data is stored, how it is stored, or even how the system is configured to access the data.
The Application only needs to know the data source name (DSN)
The Application is not hard wired to a particular database system. This allows the user to select a different database system using the ODBCConfig Tool.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/odbcconfig.c:892
|
|
33.
|
|
|
gODBCConfig - Driver Manager
|
|
|
|
gODBCConfig - 드라이버 관리자
|
|
Translated and reviewed by
minwook shin
|
|
|
|
Located in
src/odbcconfig.c:951
|
|
34.
|
|
|
The Driver Manager carries out a number of functions, such as:
1. Resolve data source names via odbcinst lib)
2. Loads any required drivers
3. Calls the drivers exposed functions to communicate with the database. Some functionality, such as listing all Data Source, is only present in the Driver Manager or via odbcinst lib).
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
src/odbcconfig.c:967
|