Autochanges to Database Name Property
Posted: Fri 10 Feb 2006 08:24
G'day Guys,
Sorry if this is a Noob Question, I'll shoot anyway....
I'm trying to use MySQLDirect for the first time and can successfully connect to a database with a name such as 'my_Database'
The problem arrises when I try to connect to a database with a name that includes an underscore followed by a lower case character. eg. 'my_database'. The database name property of the connection is automatically chaned to an uppercase character after the underscore. ie. 'my_Database' and as this is the incorrect database name, I can't connect !
I tested this on a database with an underscore and then a Uppercase letter and I can connect fine, if I try to connect to a database with an underscore followed by a lowercase letter, MySQLDirect seems to change the database name automatically to an uppercase after the underscore.
Am I doing something really dumb ??
Sorry if this is a Noob Question, I'll shoot anyway....
I'm trying to use MySQLDirect for the first time and can successfully connect to a database with a name such as 'my_Database'
The problem arrises when I try to connect to a database with a name that includes an underscore followed by a lower case character. eg. 'my_database'. The database name property of the connection is automatically chaned to an uppercase character after the underscore. ie. 'my_Database' and as this is the incorrect database name, I can't connect !
I tested this on a database with an underscore and then a Uppercase letter and I can connect fine, if I try to connect to a database with an underscore followed by a lowercase letter, MySQLDirect seems to change the database name automatically to an uppercase after the underscore.
Am I doing something really dumb ??