I am running ASE 12.5 on AIX 4.3.3. When I connect from MS Access 2000 using ODBC and execute stored procedures, I get questionable results. For example, in one stored procedure that creates a new user for our application, user information is supplied along with an unencrypted password. The procedure calls another stored procedure that returns an encrypted password as an output parameter. The encrypted password is then stored. When executed via ODBC, the password is not encrypted, it is stored as it was sent; when the same is executed from a TSQL session it works fine.