Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
| Property | Description |
| Driver | The ODBC Driver to connect to. |
| DSN | The ODBC DSN to connect to. |
| IgnoreTypes | Removes support for the specified types. For example, Other. These types will then be reported as strings instead. |
| Password | The database account password. |
| UseFixedAttributeBuffer | Specifies whether the driver should use a fixed buffer length when calling SQLColAttributes to retrieve data, avoiding the extra step of passing a NULL buffer to determine the length. |
| User | The database user account id. |