Hi...
I've tried the above example on my local,
March 8, 2007 at 11:20 AM
Hi...
I've tried the above example on my local system It is throwing Exception: ================================================== java.sql.SQLException: Unknown initial character set index '48' received from se rver. Initial client character set can be forced via the 'characterEncoding' pro perty. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910) at com.mysql.jdbc.Connection.configureClientCharacterSet(Connection.java :2345) at com.mysql.jdbc.Connection.initializePropsFromServer(Connection.java:3 913) at com.mysql.jdbc.Connection.createNewIO(Connection.java:2683) at com.mysql.jdbc.Connection.<init>(Connection.java:1531) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java :266) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at MysqlConnect.main(MysqlConnect.java:14) ===============================================