When you connect to DB, it is not same as SQLConnect statement,
at MSSQL Server -> SQLConnect(ConnectionID,"DSN=??;UID=??;PWD=??") ?? stuff your correction infor. MSSQL Server must correct UID & PWD.
at Access-> SQLConnect(ConnectionID,"DSN=??")
other SQL statement are same, and not need to modify.