• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Applet -Database Connectivity

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if at all , the subject activity is possible then please address the following problem :
While attempting to update a database through a textfield of an applet the following exception is thrown :
java.security.AccessControlException: access denied(java.lang.Runtime Permission accessClassIn Package.sun.jdbc.odbc)
Please guide on the above, step by step instructions.
i am using jdk1.2.1/Windows 98/ Microsoft Access.
thanks and regards to all experts
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess ur using JDBC-ODBC bridge..(u cant use bridge in Applets)
try to use Type III or Type IV driver.
 
reply
    Bookmark Topic Watch Topic
  • New Topic