Hello,
I have an aplication JSP-JAVA-SQL Server. And I migrated to MySQL, but in MySQL the SQL its all case sensitive so I would have to change the SQL code in JAVA (that would be crazy, even with find-replace).
The obvious solution is to change the charset and/or collation but I can't find the way to do it.
There a way of when connecting to the DB in JAVA to say through the JDBC that all transactions will be Case-Insensative?
Thanks,
Telmo Cardoso
I have an aplication JSP-JAVA-SQL Server. And I migrated to MySQL, but in MySQL the SQL its all case sensitive so I would have to change the SQL code in JAVA (that would be crazy, even with find-replace).
The obvious solution is to change the charset and/or collation but I can't find the way to do it.
There a way of when connecting to the DB in JAVA to say through the JDBC that all transactions will be Case-Insensative?
Thanks,
Telmo Cardoso