• 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

connecting MSAccess from unix platform

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a database in MSAccess. I cant install j2SDK or any product in my m/c. I only have RedHat Linux installed in unix running in hp server.I can compile and run java classes from unix, but when i am trying to connect java to MsAccess using
Class.forName(sun.jdbc.odbc.JdbcOdbcDriver)
it is throwing runtime exception classnotfound.
Is there any way to connect java from unix to MSAccess without any new Installation ?
Thanks in Advance,
Sham.
 
reply
    Bookmark Topic Watch Topic
  • New Topic