Set the default connection string for DAO pass-through queries. This can be overridden in the ExecutePassthroughQuery method, but is useful when multiple pass-through queries are to be executed on the same database.
The ODBC connection string
dbc.SetPassThroughConnectionString "ODBC;DRIVER=SQL Server;SERVER=SQLEXPRESS;DATABASE=XfData;Trusted_Connection=Yes"