Programming Tutorials

Comment on Tutorial - JSP Example to connect to MS SQL database and retrieve records By Abinaya



Comment Added by : Robert

Comment Added at : 2013-09-14 23:24:57

Comment on Tutorial : JSP Example to connect to MS SQL database and retrieve records By Abinaya
some of the errors above e.g the jasper exception might come from the sqlserver Agent not beeing started or sqlserver beeing setup (default nowadays) not to listen to 1433 and tcp ip.
try opening the sqlserver configuration manager to edit the settings
I got this example working using jtds-1.3.1.jar in the directory
C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib
so thanks a lot :)


View Tutorial