House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 05, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home / Groups / ColdFusion Talk (CF-Talk)

ColdFusion 8 Problem with DB2 JDBC driver

Author:
Jochem van Dieten
10/05/2007 07:29 AM

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


Mailing Lists