The Microsoft® SQL Server™ ODBC driver supports the following SQL Server-specific keyWord/value pairs for data source configuration attribute strings.
AttachDBFileName=c:\\AB\\MyDB.mdf
This database is attached and becomes the default database for the connection. To use AttachDBFileName you must also specify the database name in either the SQLDriverConnnect DATABASE parameter or the SQL_COPT_CURRENT_CATALOG connection attribute. If the database was previously attached, SQL Server will not reattach it; it will use the attached database as the default for the connection.
AutoTranslate yes Default. ANSI character