Hi,
Suppose a simple query:
SELECT
client_name as name
FROM
clients
WHERE
client_id = $client_id
Using JDBC 5.0.8 it returns column name as "name", that it's the
expected for me.
Using JDBC 5.1.7 it returns column name as "client_name", although I
have asked for an alias.
Is it ri
Hi,
I managed to install kafee and run a few java programs.
Now, comes the time those java program have to use MySQL database.
This is the error I get everytime I run my program:-
06-12-2002 00:43:27.302 [INFO] [main] JDBC Driver class:
com.mysql.jdbc.Driver
06-12-2002 00:43:27.304 [ERROR