You are here: Data Riser Bar>Working with Data Connections>Adding Custom SQLite Connections

DataFlux Data Management Studio 2.7: User Guide

Adding Custom SQLite Connections

You can use the Custom Connection dialog to add a user-defined connection for an SQLite database file. An SQLite connection could be used in the definition for an Address Update repository, for example.

Database files are not recommended for multi-user access, due to locking issues. Sites typically use DBMS's for production systems.

Perform the following steps to add a user-defined connection to an SQLite database file:

  1. Click the Data riser on the DataFlux Data Management Studio desktop.
  2. Expand the Data Connections folder.
  3. Select the New Data Connection menu in the Data Connections pane on the right. Then select Custom Connection to display the Custom Connection dialog.
  4. Enter the connection string into the Custom connection field. Specify values for the attributes that are shown in the example connection string. The value for FILE must be the complete path to the RPS file.
    DFXTYPE=SQLITE;
    FILE=C:\Program Files\DataFlux\DMStudio\studio1\AdUpdate_Repos\Address_Update_Repos.rps
  5. Test the connection by clicking Test Connection.
  6. Click OK to save the new connection and return to the Data riser.
  7. Refresh the Data riser in order to see the new connection in the Data Connections folder in the left pane. Select View, and then select Refresh from the main menu. The new connection should appear in the Data Connections folder.
  8. To verify a connection, double-click the connection in the Data Connections folder in the left pane. If the connection works, you will be able to see tables, fields, and other attributes in the right panel.

Administrators can specify where custom connections are stored. For more information, see the User saved connection setting in the "Data Access Component Directives" topic in the DataFlux Data Management Studio Installation and Configuration Guide.

Documentation Feedback: yourturn@sas.com
Note: Always include the Doc ID when providing documentation feedback.

Doc ID: dfU_T_DataConnSQLite.html