On 10/5/07, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > Shouldn't the query throw an exception if the username and password are > incorrect? How are you handling that exception?
Yes, the query throws an exception... I've got try/catch around it. The problem is, the single attempt at running the query in coldfusion sends 6 authentication requests to the mainframe when attempting to establish the connection for that specific username and password. Thus, the user is immediately revoked if they put a bad password in. -- Rick Root Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at www.opensourcecf.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290287 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

