• 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

where is the jdbc driver?

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I received a sql exception error that states " Driver does not support this function".
My question is how can I tell what JDBC driver I'm using and can I have different drivers on my system and then just specify which one to use as needed in my DB connection code?
Steve
 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Steve
Many times when I get that error there is something wrong with the SQL statement. Or, you're trying to do something the database itself doesn't support.
Is this for a servlet or JSP, if so you might get better info from one of those forums, let me know and I can move this thread for you.

------------------
Dave
Sun Certified Programmer for the Java� 2 Platform
 
steve dowdall
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dave,
I checked the SQL, it's fine. I'm on the trail. Looks like I'm not using a Type 4 JDBC driver. Instead I'm using the JDBC-ODBC bridge which I'm told is not real great. I have the Weblogic driver now butit's giving me a licensing error....working on it ...one thing after another.
Thanks,
Steve
 
reply
    Bookmark Topic Watch Topic
  • New Topic