ODBC 3.x Database Reader Parameters
Database Connection
![Closed](../Skins/Default/Stylesheets/Images/transparent.gif)
When you enter the Database in the Input Dataset field, the Database field will be automatically populated in the Parameters box.
![Closed](../Skins/Default/Stylesheets/Images/transparent.gif)
Enter the username and password to access the database, user account, or wherever authentication is required.
![Closed](../Skins/Default/Stylesheets/Images/transparent.gif)
When enabled, the database connection persists for the duration of an FME session.
For example, it may be desirable to maintain a connection when running a batch of 100 workspaces on the same database connection, which saves the processing time required to make and break a database connection.
FME considers the database connection to be the same when the database name, the username, and password are the same.
![Closed](../Skins/Default/Stylesheets/Images/transparent.gif)
The time (seconds) after which to terminate a query to the database if it has not yet returned a connection/result.
If it is set to 0, there is no timeout. The default is 30.
Constraints
![Closed](../Skins/Default/Stylesheets/Images/transparent.gif)
Enter (or browse for) the name(s) of specific database table(s) to import.
![Closed](../Skins/Default/Stylesheets/Images/transparent.gif)
Any SQL where clause can be applied to the columns of a table to limit the resulting features.
The example below selects only the features whose lengths are more than 2000
LENGTH > 2000
Schema Attributes
![Closed](../Skins/Default/Stylesheets/Images/transparent.gif)
Use this parameter to expose Format Attributes in Workbench when you create a workspace:
- In a dynamic scenario, it means these attributes can be passed to the output dataset at runtime.
- In a non-dynamic scenario, you can use this parameter to expose additional attributes on multiple feature types.