RE: How to use MSSQL

2004-01-30 Thread Angus Mezick
We use a driver from these guys:
http://www.inetsoftware.de/

> -Original Message-
> From: Phil Cox [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 30, 2004 11:11 AM
> To: [EMAIL PROTECTED]
> Subject: How to use MSSQL
> 
> 
> I am new to tomcat, and was trying to find info on using MSSQL as a
> datasource. Any pointers?
> 
> Thanks
> 
> Phil
> 
> SystemExperts Corporation
> Philip C. Cox, Consultant
> 
> +1 (888) 749-9800 (Corp HQ, toll free, USA only)
> +1 (530) 887-9251 (main)
> +1 (530) 887-9253 (fax)
> http://www.SystemExperts.com/
>  
> Author of Windows 2000 Security Handbook
> http://www.systemexperts.com/win2k.html
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to use MSSQL

2004-01-30 Thread Peter Lin
 
it's the same as using any other jdbc. simply use the microsoft jdbc driver or use 
third party drivers.  In the past, data direct has produce better jdbc drivers for 
MSSql server than microsoft.
 
http://www.datadirect.com/
 
you can also look at Sun's page for jdbc providers. 
 
peter lin


Phil Cox <[EMAIL PROTECTED]> wrote:
I am new to tomcat, and was trying to find info on using MSSQL as a
datasource. Any pointers?

Thanks

Phil

SystemExperts Corporation 
Philip C. Cox, Consultant

+1 (888) 749-9800 (Corp HQ, toll free, USA only)
+1 (530) 887-9251 (main)
+1 (530) 887-9253 (fax)
http://www.SystemExperts.com/

Author of Windows 2000 Security Handbook
http://www.systemexperts.com/win2k.html



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Re: How to use MSSQL

2004-01-30 Thread epyonne
Use the Type 4 JDBC driver for SQL Server and you will be fine.  You didn't
mention what version you are using.  My suggestion is to stay away from
anything older than SQL Server 2000.

One more thing.  Be sure to check with Microsoft on the upgrade plan to the
SQL Server Yukon which is coming out later this year.  Planning ahead will
save yourself a lot of grief down the road.

Hope this helps.


- Original Message -
From: "Phil Cox" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 30, 2004 10:10 AM
Subject: How to use MSSQL


> I am new to tomcat, and was trying to find info on using MSSQL as a
> datasource. Any pointers?
>
> Thanks
>
> Phil
> 
> SystemExperts Corporation
> Philip C. Cox, Consultant
>
> +1 (888) 749-9800 (Corp HQ, toll free, USA only)
> +1 (530) 887-9251 (main)
> +1 (530) 887-9253 (fax)
> http://www.SystemExperts.com/
>
> Author of Windows 2000 Security Handbook
> http://www.systemexperts.com/win2k.html
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]