The Artima Developer Community
Sponsored Link

Java Answers Forum
problem using jdbc with applet

1 reply on 1 page. Most recent reply: Jun 1, 2005 2:42 AM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
pringle

Posts: 1
Nickname: pringle
Registered: Jun, 2005

problem using jdbc with applet Posted: Jun 1, 2005 12:04 AM
Reply to this message Reply
Advertisement
Hi to everyone
I am trying to connect with database(MS Access)on local machine and i got an error of java.security.AccessControlException which could not connect with database.
Also I tried it with frame and JApplet and got same problem.
The code without using applet that is simple program containig jdbc connection works but in applet or JApplet does not.
Please guide me
Thanks in advance.


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: problem using jdbc with applet Posted: Jun 1, 2005 2:42 AM
Reply to this message Reply
Google Signing Java Applets or Java Security File
Configuration.

Alternatively, Store your getText Applet methods
and send them to a JSP form with hidden variables
and use JSP to insert into the data base.

Do vice-versa for reading from a database.

Flat View: This topic has 1 reply on 1 page
Topic: error on accessing  the servlet after redeploying Previous Topic   Next Topic Topic: Missing org.apache.xerces plug-in for MDE

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use