skip to main content
Getting Started
  

Try DataDirect Drivers Now

Getting Started

This chapter provides basic information about configuring your driver immediately after installation and testing your connection. To take full advantage of the features of the driver, read "About the Driver" and "Using the Driver".
Information that the driver needs to connect to a database is stored in a data source. The ODBC specification describes three types of data sources: user data sources, system data sources (not a valid type on UNIX/Linux), and file data sources. On Windows and macOS, user and system data sources are stored on the local computer. The difference is that only a specific user can access user data sources, whereas any user of the machine can access system data sources. On all platforms, file data sources, which are simply text files, can be stored locally or on a network computer, and are accessible to other machines.
When you define and configure a data source, you store default connection values for the driver that are used each time you connect to a particular database. You can change these defaults by modifying the data source.
* Configuring and Connecting on Windows
* Configuring and Connecting on UNIX and Linux
* Configuring and Connecting on macOS
* Accessing Data With Third-Party Applications