发表于:2001-11-21 11:40:00
5楼
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.