View Single Post
  #7 (permalink)  
Old 04-27-2008, 08:08 AM
priyanka sharma priyanka sharma is offline
Member
 
Join Date: Apr 2008
Posts: 4
priyanka sharma is on a distinguished road
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.
Reply With Quote