Question
If Database A doesn't work, Use Database B
How would I go about doing this...
If "database a" fails, use "database b" if "database b" fails... show them the "so sorry" message. If I do the cftry/cfcatch setup, I would have to copy the same SQL over twice for two different cfquery blocks. Honestly, it's alot of SQL and having to remember to update both queries each time could be a problem.
Is there another way?
