'Unknown Connection' Error When Connecting to mySQL Databases Using myODBC on ColdFusion 4.5.x for Solaris
When connecting to a mySQL database using the myODBC driver in ColdFusion 4.5.x for Solaris, the name of the database being passed to the driver is converted to all uppercase letters. If the actual database name (as defined in mySQL) is lower or mixed case, any actions performed against that datasource will fail with an 'Unknown Connection' error. Here's a couple of things to try.
"Unknown Connection Error" When Connecting to mySQL Databases Using myODBC on ColdFusion 4.5.x for Solaris