


Once you have successfully installed AcuODBC on your computer, you must create a data source for every group of Vision or relative files that your Windows application needs to access. In order to complete this step, you must choose a directory where "data dictionary" files are stored. These files are described in section 6.1 "Data Dictionaries".
The data source is one of the main components of an ODBC installation. Physically, data sources consist of sets of data and their associated environments. This means that the term "data source" actually indicates the data files, the operating system, the file system or DBMS used to manage the physical data, and the optional network software used to access this data. The term data source name (DSN), therefore, refers to something rather complicated.
Because part of the ODBC mission is to hide the complexity of underlying software, ODBC architects have chosen to use an abstract name to identify all the components of a data source. This data source name maps all the underlying software components necessary to access the data.
The name you assign to a data source is arbitrary. When users try to access the data files, they will be asked to specify the DSN. Therefore, you should assign a meaningful name that represents the type of data that the files contain, or the type of query that will be made against the files.
More: