• 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

Use MS SQL Server 2000 JDBC driver with WSAD 4.0

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm working on a project where I would like to connect to a MS SQL Server 2000 database from websphere (using connection pooling etc...). I downloaded the Microsoft SQL Server 2000 Driver for JDBC (which microsoft says they tested with websphere) and am having trouble getting it to connect to the database. I even tried setting up a connection through the Data Perspective and am unable to do that. It must have something to do with the properties. But I am unable to figure it out. Can someone give me a step by step guide on how to add this driver as a JDBC Provider (or make a simple connection) on WSAD4?
Thanks,
Mark
 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have a look at this article
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic