Can anyone give some advice where to find books/tutorials/samples about how to write Java applications for MS SQL server? I would appreciate any help.
Printable View
Can anyone give some advice where to find books/tutorials/samples about how to write Java applications for MS SQL server? I would appreciate any help.
i'd look at
http://java.sun.com/j2se/1.3/docs/guide/jdbc/index.html
the tutroials section
also look up the java.sql package
Thanks,
I will work through that documentation.