Programming Tutorials

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



Comment Added by : Kumar

Comment Added at : 2012-02-21 02:41:33

Comment on Tutorial : JSP Example to connect to MS SQL database and retrieve records By Abinaya
Here is my issue. The sql which comes thru the JTDS driver are not parameterized in sql server. This causes the cache to grow at a rapid speed and causing issues to the memory.
My question is how to force parameterization with JTDS driver.
Please let me know


View Tutorial