java jsp : 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
6:12 UTC
Read the original article
Hit count: 197
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