hi,
does anyone here knows how to access mysql database of the server thru APPLET? i keep on having this error message:
"java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified"
i have this statement on creating a connection
con = DriverManager.getConnection("jdbc

dbc://ahrong.no-ip.info:3306;DatabaseName=webdeve");
please help me about this....
Michael