• 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

WebSphere, SQL server and Internationalization

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know if WebSphere is compatable with SQL server? The only documentation I could find was that WebSphere is compatable with Oracle, Sybase and DB2.
I am also looking to chat with anyone that has internalization experience.
If you have an answer could you please give me a link to find this information?
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This page:
http://www-3.ibm.com/software/webservers/appserv/doc/latest/prereq.html
Lists all of the supported Platforms, databases and drivers for WebSphere. As you can see, we do support MS SQL Server 2000, but only when using the Merant driver.
Kyle
------------------
Kyle Brown,
Author of Enterprise Java (tm) Programming with IBM Websphere
See my homepage at http://members.aol.com/kgb1001001 for other WebSphere information.
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I asked this question before.
You may try the merant driver which comes along with WAS4.
You can also try using other jdbcdriver and check the documentation how to set up the datasource properties.
Right now it's difficult for me to find detail information on connectting to SQLServer in WAS documentation.
you'd better use a IDE, such as WSAD. It's very convenient especially for Websphere. But I don't like the editor(JSP) very much. It's hard for me to notice which line is HTML, which line is java code.

[This message has been edited by fan mo (edited November 21, 2001).]
 
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 am facing problem to connect SQL Server 2000. Could you please tell me how to configure it. I have tried all possible ways to do that. But failed. I am using Websaphere AEs 4.0
How to configure data source form Admin console.
Waiting for answer.
Thanks,
 
reply
    Bookmark Topic Watch Topic
  • New Topic