> From: Phill B [mailto:[EMAIL PROTECTED]
> If a query doesn't fail, I want to make some thing else
> happen. What would be a good way to do this?

Do you mean if a query does fail?

<cftry>

        ....query

        <cfcatch type="Any | Database |...">
        ... Something to do if it fails
        </cfcatch>

</cftry>

.... Continue processing

Michael T. Tangorre
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to