• 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

Jdbc through applets

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello friends,
i have to do jdbc connectivity using applets & run it in browser.
i am using MS Access.
i have updated java.policy file.
when i run it by appletviewer it get executed without problem .
but when i run it in browser it gives
class not found :jdbc dbc:JdbcOdbcDriver.
i am using IE browser. i have also changed the java plug-in
in controle panel to jdk1.3 which i am using.
the problem is due to MS access?
Thanks
-Gauri
 
Ranch Hand
Posts: 365
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's been a while but don't you need to use a type 3 or 4 driver for JDBC in an applet? I once had to do this. I ended up using RmiJdbc driver. If you do a search it is free. At least a few years ago it was.
 
reply
    Bookmark Topic Watch Topic
  • New Topic