Java Servlet connecting to SQL Server tutorial?
Posted
by phill
on Stack Overflow
See other posts from Stack Overflow
or by phill
Published on 2009-05-06T20:25:24Z
Indexed on
2010/06/12
13:33 UTC
Read the original article
Hit count: 245
Can anyone recommend a tutorial on how to write a Java Servlet which connects to MS SQL server and manages data?
I'm trying to write something which pulls products out of one database and inserts them into a stored procedure located on another database.
Thanks in advance.
© Stack Overflow or respective owner