• 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

What do I need to use Access with JDBC

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to pick up JDBC and have no access to any SQL db. Can I use Access as the db ??? What do I need to do to set up an Access db as my data source?? What drivers would i need to install?? I am a db novice and would appreciate advise that is sorta like the "for dummies..." :-) Thank You.
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
u can set up an Access db as a ODBC datasource then use the ODBC-JDBC bridge driver
your best bet is to go thru the Sun Java tutorial at http://web2.java.sun.com/docs/books/tutorial/jdbc/index.html
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
use jdbcodbcdriver.createdatabase in access in that create
a table.create one DSN name (32bit odbc).bind ur database
with the dsn name.do asusual ur jdbc program.
 
reply
    Bookmark Topic Watch Topic
  • New Topic