> From: tomas_bar [mailto:barto...@gmail.com]
> Subject: Tomcat SQL Server Integration Question
> 
> Is it problematic to use SQL Server from Tomcat?

No.

> I mean, as long as I have a ODBC driver for my java program to
> communicate with the database

Never, never, never use ODBC.  You need a JDBC driver (sqljdbc.jar, for MS SQL 
Server), not ODBC.

You didn't bother to tell us your Tomcat level, but for the current one, the 
doc is here:
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to