|
25.
|
|
|
Application
|
|
|
|
Aplikace
|
|
Translated and reviewed by
Tadeáš Pařík
|
|
|
|
Located in
src/odbcconfig.c:622
|
|
26.
|
|
|
Driver Manager
|
|
|
|
Správce ovladačů
|
|
Translated and reviewed by
Tadeáš Pařík
|
|
|
|
Located in
src/odbcconfig.c:631
|
|
27.
|
|
|
odbcinst.ini
|
|
|
|
odbcinst.ini
|
|
Translated and reviewed by
Tadeáš Pařík
|
|
|
|
Located in
src/odbcconfig.c:658
|
|
28.
|
|
|
odbc.ini
|
|
|
|
odbc.ini
|
|
Translated and reviewed by
Tadeáš Pařík
|
|
|
|
Located in
src/odbcconfig.c:667
|
|
29.
|
|
|
Config
|
|
|
|
Nastavení
|
|
Translated and reviewed by
Tadeáš Pařík
|
|
|
|
Located in
src/odbcconfig.c:676
|
|
30.
|
|
|
About
|
|
|
|
O programu
|
|
Translated and reviewed by
Tadeáš Pařík
|
|
|
|
Located in
src/odbcconfig.c:739
|
|
31.
|
|
|
gODBCConfig - Appication
|
|
|
|
(no translation yet)
|
|
|
|
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
|
|
|
|
(no translation yet)
|
|
|
|
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
|