|
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.
|
|
|
|
Ovo je glavna konfiguracijska datoteka za ODBC.
Sadrži konfiguracije izvora podataka.
Drajver menadžer ovo koristi kako bi se utvrdilo, iz određenog izvora podataka Ime, slične stvari kao što su ime drajvera.
To je jednostavna tekstualna datoteka, ali se konfigurira pomoću ODBCConfig alata.
Izvori podataka korisnika su obično pohranjeni u ~ /. Odbc.ini dok su izvori podataka sistema pohranjeni u / etc / odbc.ini
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1288
|
|
42.
|
|
|
ODBCConfig
|
|
|
|
ODBCConfig
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1379
|
|
43.
|
|
|
This is the program you are using now. This program allows the user to easily configure ODBC.
|
|
|
|
Ovo je program koji trenutno koristite. Ovaj program omogućava korisniku da lakše konfigurira ODBC.
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1395
|
|
44.
|
|
|
ODBCConfig - odbcinst.ini
|
|
|
|
ODBCConfig - odbcinst.ini
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
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.
|
|
|
|
odbcinst.ini sadrži popis svih instaliranih ODBC drajvera. Također svaki unos sadrži neke informacije o drajveru, kao što su naziv datoteke(a) drajvera.
Upis treba biti napravljen kada je ODBC drajver instaliran i uklonjen kada je drajver deinstaliran. To se može učiniti pomoću ODBCConfig ili koristeći naredbe odbcinst.
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1502
|
|
46.
|
|
|
ODBCConfig - Credits
|
|
|
|
ODBCConfig - Zasluge
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1594
|
|
47.
|
|
|
unixODBC consists of the following components
- Driver Manager
- GUI Data Manager
- GUI Config
- Several Drivers and Driver Config libs
- Driver Code Template
- Driver Config Code Template
- ODBCINST lib
- odbcinst (command line tool for install scripts)
- INI lib
- LOG lib
- LST lib
- TRE lib
- SQI lib
- isql (command line tool for SQL)
All code is released under GPL and the LGPL license.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
unixODBC sadrži sljedeće komponente
- Drajver menadžer
- GUI menadžer podataka
- GUI Konfiguracija
- Nekoliko drajvera i konfiguracija biblioteka drajvera
- Predložak koda drajvera
- Konfiguracija predloška koda drajvera
- Biblioteka ODBCINST
- odbcinst (komandna linija tool za instaliranje skripti)
- Biblioteka INI
- Biblioteka LOG
- Biblioteka LST
- Biblioteka TRE
- Biblioteka SQI
- isql (komandna linija tool za SQL)
Cijeli kod je obavljen pod GPL i LGPL licencom.
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1638
|
|
48.
|
|
|
gODBCConfig - New Driver
|
|
|
|
gODBCConfig - Novi drajver
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1708
|
|
49.
|
|
|
FileUsage
|
|
|
|
FileUsage
|
|
Translated by
Amna Sukrija
|
|
Reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1813 src/odbcconfig.c:2031
|
|
50.
|
|
|
Setup
|
|
|
|
Podešavanje
|
|
Translated and reviewed by
Samir Ribić
|
|
|
|
Located in
src/odbcconfig.c:1843 src/odbcconfig.c:2061
|