|
i have converted it into applet but now i m facing a new problem. my database connection is not getting open in applet while in jframe it was opening. i have used MS access as the database and when i m giving -
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
it is not proceeding and not executing any thing after it.
after that i changed my dataabse to sql server 2005 and in this the connection is getting open but there is also a new problem occuring. i have used multiple result set . the updation is not taking place in the database due to multiple resulsets.
|