i want to add new record to the mysql database using java in NetBeans platform.? And i have created a form called Student and connect with the database, but when i run the program it always give "Error:Could not load database driver!" and
"Debugger stopped on uncompilable source code.
Thread main stopped at SISDatabase_Connection.java:23." in Debugger console.
the thread stop at; "Connection conn = null;
Statement st = null;"
pls help me to solve this...tkx |