• 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

Not able to use MS Access database through Netbeans

 
Ranch Hand
Posts: 50
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am creating sample desktop application using netbeans and I am using Ms Access as database. I have created datasource as accessdb and with database name as info.accdb. But while creating connection netbeans is able to connect to db but not able to fetch schema. Database url I am giving is "jdbc:odbc:accessdb". It is giving error as "Unable to fetch schema. Insufficient Information to establish a connection to obtain list of schema. Check url, username and password ". I have not mentioned any username and password there. Because I dont have any. It is showing connection established but not showing any schema there. How to connect to ms access db?? I am using Netbeans 6.0
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This would be more suitable on the IDE forums.
Moving....

Regarding your question, perhaps this might help http://wiki.netbeans.org/ConnectingToMsAccessDB
 
Maneesh Godbole
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also check if this affects you
https://netbeans.org/bugzilla/show_bug.cgi?id=86831
 
andrew ronchi
Ranch Hand
Posts: 50
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I solved it. First I created project connecting to mysql. Then I manually added url for ms access.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic