The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
February 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

applet and jdbc

Posted by kamal on February 03, 2001 at 11:23 AM

Q1 :I have written a program which is handling access database
when I am using it with java application using frames its running .
but as soon as i use it with applet .Its giving me java.security
exception .
brief look
public void init()
{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") -- at this statement its giving me the error

Q2: Is there any method through which I can move the recordset backwards to show previous?




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us