Translations by Joel Pickett

Joel Pickett has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 69 results
1.
gODBCConfig - ODBC Data Source Administrator
2011-10-09
gODBCConfig - ODBC Data Source Administrator
2.
Add
2011-10-09
Add
3.
Remove
2011-10-09
Remove
4.
Configure...
2011-10-09
Configure...
5.
User data source configuration is stored in your home directory. This allows you configure data access without having to be system administrator
2011-10-09
User data source configuration is stored in your home directory. This allows you configure data access without having to be system administrator
6.
Name
2011-10-09
Name
7.
Description
2011-10-09
Description
8.
Driver
2011-10-09
Driver
9.
User DSN
2011-10-09
User DSN
10.
System data sources are shared among all users of this machine.These data sources may also be used by system services. Only the administrator can configure system data sources.
2011-10-09
System data sources are shared among all users of this machine.These data sources may also be used by system services. Only the administrator can configure system data sources.
11.
System DSN
2011-10-09
System DSN
12.
These drivers facilitate communication between the Driver Manager and the data server. Many ODBC drivers for Linux can be downloaded from the Internet while others are obtained from your database vendor.
2011-10-09
These drivers facilitate communication between the Driver Manager and the data server. Many ODBC drivers for Linux can be downloaded from the Internet while others are obtained from your database vendor.
13.
Driver Lib
2011-10-09
Driver Lib
14.
Setup Lib
2011-10-09
Setup Lib
15.
Drivers
2011-10-09
Drivers
16.
Tracing allows you to create logs of the calls to ODBC drivers. Great for support people, or to aid you in debugging applications. You must be 'root' to set
2011-10-09
Tracing allows you to create logs of the calls to ODBC drivers. Great for support people, or to aid you in debugging applications. You must be 'root' to set
17.
Browse
2011-10-09
Browse
18.
Trace File
2011-10-09
Trace File
19.
Tracing On
2011-10-09
Tracing On
20.
Tracing
2011-10-09
Tracing
21.
Open DataBase Connectivity (ODBC) was developed to be an Open and portable standard for accessing data. unixODBC implements this standard for Linux/UNIX.
2011-10-09
Open DataBase Connectivity (ODBC) was developed to be an Open and portable standard for accessing data. unixODBC implements this standard for Linux/UNIX.
22.
http://www.unixodbc.org
2011-10-09
http://www.unixodbc.org
23.
Database System
2011-10-09
Database System
24.
Credits
2011-10-09
Credits
25.
Application
2011-10-09
Application
26.
Driver Manager
2011-10-09
Driver Manager
27.
odbcinst.ini
2011-10-09
odbcinst.ini
28.
odbc.ini
2011-10-09
odbc.ini
29.
Config
2011-10-09
Config
30.
About
2011-10-09
About
31.
gODBCConfig - Appication
2011-10-09
gODBCConfig - Appication
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.
2011-10-09
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.
33.
gODBCConfig - Driver Manager
2011-10-09
gODBCConfig - Driver Manager
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).
2011-10-09
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).
35.
2011-10-09
36.
ODBCConfig - Drivers
2011-10-09
ODBCConfig - Drivers
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
2011-10-09
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
38.
ODBCConfig - Database Systems
2011-10-09
ODBCConfig - Database Systems
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.
2011-10-09
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.
40.
ODBCConfig - odbc.ini
2011-10-09
ODBCConfig - odbc.ini
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
2011-10-09
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
42.
ODBCConfig
2011-10-09
ODBCConfig
43.
This is the program you are using now. This program allows the user to easily configure ODBC.
2011-10-09
This is the program you are using now. This program allows the user to easily configure ODBC.
44.
ODBCConfig - odbcinst.ini
2011-10-09
ODBCConfig - odbcinst.ini
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.
2011-10-09
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.
46.
ODBCConfig - Credits
2011-10-09
ODBCConfig - Credits
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.
2011-10-09
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.
48.
gODBCConfig - New Driver
2011-10-09
gODBCConfig - New Driver
49.
FileUsage
2011-10-09
FileUsage
50.
Setup
2011-10-09
Setup