To specify a default driver, use DRIVER= in the connection string:
DRIVER=driver name here;DATABASE=mydb;USER=foo;PASSWORD=bar
The driver name is the name that appears in the Control Panel ODBC config tool for each driver. Note you will need to supply the info which would normally come from the DSN, in this case the database name.