By using a DSN. Set it up with the name you want. Then use this:
$Connection = odbc_connect("DSN_NAME","login",`password");
Without a DSN (ASP-like Connection String), i HAVEN'T BEEN ABLE (i tried a LOT), but doesn't seem to be a way for that.
Hope it helps
fLIPIS