• 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:

MS SQL Server Datasource in Weblogic

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi - I have to create a datasource in Weblogic for MS SQL Server database. But I am NOT sure on which driver to choose in the drop down list. Are there any criteria in selecting a particular driver. But I tried each driver one by one and each one is throwing different errors during test connection. Errors are like driver class not found or some dll is missing. Do I require any jar? Please help.

Thanks
Ganesh
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the standard drivers provided by Weblogic. If you using transaction, use (1) otherwise use (2)

(1) XA: weblogic.jdbcx.sqlserver.SQLServerDataSource
(2) Non-XA: weblogic.jdbc.sqlserver.SQLServerDriver

Click for more information
JDCB SQL Driver information
 
That's my roommate. He's kinda weird, but he always pays his half of the rent. And he gave me 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