Your users need access to the DBMS and to the database your application uses.
You need to:
If necessary, install the DBMS runtime files in the application directory or in a directory on the system path.
Follow the instructions and licensing rules specified by the vendor.
Make sure each user has access to the database the application uses.
If your application uses a local database, install the database and any associated files, such as a log file, on the user’s computer.
If your application uses a server database, make sure the user’s computer is set up to access the database. This may be the task of a database administrator.
Install any native database interfaces your application uses on the user’s computer.
If your application uses the ODBC interface, configure the ODBC database drivers and data sources, as described in “Configuring an ODBC driver”.