You can create a ColdFusion data source that doesn't default to any particular database. If you do, all your queries need to reference the database for all objects:
select * from database_name.table_name I know if works that way for MSSQL, so I assume it is the same for MySQL ~Brad ----- Original Message ----- From: "Chad Gray" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Thursday, September 04, 2008 9:31 AM Subject: datasource funkyness > This was a weird one. I setup a MS SQL database and forgot to fill in > "database" under the CF admin. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312021 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

