• 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

Ms-Access with Java Studio creator ?

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey ranchers,
Is there a way I can access a MS-ACCESS database with Java Studio Creator. I tried adding a Data Source but the driver .jar file for the MS-ACCESS database is not present ?? Any other way I can add access to MS-ACCESS in Java Studio Creator ?
Expecting your valuable replies.
 
Ranch Hand
Posts: 1170
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MS access is a program. If your after the data its using you can get to the date by way of the JET database engine which is what MS Access uses.

if you have a datasource then you can use Sun's build in jdbcodbc driver.

sun.jdbc.odbc.JdbcOdbcDriver
reply
    Bookmark Topic Watch Topic
  • New Topic