Rick Root wrote:
>
> We authenticate our users to the mainframe like this:
>
> <cflog log="APPLICATION" text="[authByUsername] Authorization attempt
> for #UNAME# from #CGI.REMOTE_ADDR#">
> <cfquery name="auth" datasource="DB2Logins" username="#UNAME#"
> password="#PWORD#">
> SELECT 1 FROM SYSIBM.SYSDUMMY1
> </cfquery>
> <cflog log="APPLICATION" text="[authByUsername] Authorization success
> for #UNAME#">
Shouldn't the query throw an exception if the username and password are
incorrect? How are you handling that exception?
Jochem