|
|
Top Previous Next |
|
Database of Projetex 7.0 can be accessed through ODBC. The ODBC (Open Database Connectivity) of the Microsoft Corporation represents a general interface for access to SQL-compatible databases. SQL language is used as a standard mechanism for data access. The interface ensures a high degree of interaction: one application can refer to different SQL-compatible DBMS (Data Base Management System) by means of generic code. This allows a developer to create and distribute “client/server” applications without taking into consideration characteristics of specific DBMS. ODBC driver is required to connect an application with any DBMS. Although ODBC is considered to be a good data transfer interface, nevertheless, it has a number of restrictions as a program interface. Enabling ODBC access To enable ODBC access, run Projetex 7.0 Server Administrator and click the Corporate Settings tab. Select ODBC Access section of Corporate Settings. Select ODBC Access check box and set preferred ODBC password in the dialog which appears: The ODBC login is “ODBC” and it is fixed. Download ODBC driver using the following URL: http://ibphoenix.com/main.nfs?a=ibphoenix&tab=ibp_60_odbc After ODBC driver has been installed, open Windows Control Panel, double-click Administrative Tools and then double-click Data Sources (ODBC) to run ODBC Data Source Administrator. Click the Add... button in ODBC Data Source Administrator window.
Select the newly downloaded driver for the Firebird.
Specify ODBC parameters in FireBird ODBC Setup window.
...\Projetex 7.0\Projetex Server\Database\PROJETEX.FDB
Click Test connection button to verify if all the settings are correct.
|