• 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

How to set up JDBC ODBC Bridge driver

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys,
I have a doubt that for any database connection there is only idb (DB2 driver right) driver available
shipped with the appserver.
How shld i configure for jdbc odbc driver.irs asking me for the .jar file location or .zip file.
plz help me out guys

------------------
regards
kirupakaran
Lambent systems
chennai
 
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
You can use websphere with both DB2 as well as Oracle, and both together too, you need to create the database driver of the respective DB in Types tab from the was console and then a datasource from that, ull need classes111.zip for Oracle driver and db2java.zip for DB2.
Cheers.
Daman
------------------
SE
PCS
India
 
reply
    Bookmark Topic Watch Topic
  • New Topic