• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Accessing JDBC SQLite MetaData

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Having followed the example given at http://www.zentus.com/sqlitejdbc/ I was able to run it successfully. A little modification however:

Throws this Exception:

I have Googled around but no fix I find. Any help please?
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should give us an idea to what line of your code the exceptions belongs.

at workshop.Test.main(Test.java:53)



EDIT:
and additionally, I've found the following, similar (your?) post in the sun forums:
http://forums.sun.com/thread.jspa?threadID=5448054

To me, this looks like a flaw in the driver - but I haven't verified the behaviour on another DBMS.
 
Bartender
Posts: 2662
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Stephan Mueller wrote:...
and additionally, I've found the following, similar (your?) post in the sun forums:
http://forums.sun.com/thread.jspa?threadID=5448054


I would not call it similar
Arthur, please follow this advise if you post the same question on several fora:
Be Forthright When Cross Posting To Other Sites
 
Do you pee on your compost? Does this tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic