Sets the user's SQL Server password in the SQL Server login record.
SqlSetLPwd% ( loginrec%, pwd$ )
where
SUCCEED (1) or FAIL (0).
For SqlSetLPwd% to have any effect, it must be called before SqlOpen%. SqlSetLPwd% is required only if the user has a SQL Server password. If SqlSetLPwd% is not called, the password is set to an empty string.
The SQL Server passwords are defined in the syslogins table in the master database. Only the system administrator has permission to look at passwords.
SqlLogin%, SqlOpen%, SqlSetLApp%, SqlSetLHost%, SqlSetLUser%