November 4, 2005 at 7:52 am
Hi,
Can anyone point me in the right direction in order to answer this question:
'How does SQL Server use JSP in the context of database applications?'
Fair play!
JSP = Java Server Pages
Hugh
November 7, 2005 at 8:00 am
This was removed by the editor as SPAM
November 7, 2005 at 8:20 am
Perhaps you could point us in the right direction of what JSP is?
November 9, 2005 at 5:49 pm
November 10, 2005 at 12:54 am
I thought so, but I could not see what SQL Server would have to do with Java Server Pages. But since that was actually the original question of the thread then I guess the answer is simply 'it does not use JSP in any way'.
November 10, 2005 at 7:04 am
Thanks Chris
Regards
Hugh
November 11, 2005 at 3:59 am
Lets hope I got your question right. But you seem to want want to connect to a SQL server from a JSP based application.
First, as far as Im concerned, it's a bad practice. You should NOT connect to the SQL server from the .jsp, you should connect from a class.
Now, if you were to connect to SQL Server from a class, apparently you have two options.
First option: Microsoft's JDBC driver. (free)
http://support.microsoft.com/default.aspx?scid=kb;en-us;313100
Second option: DataDirect SQL Server Driver. (payware)
http://www.datadirect.com/products/jdbc/comparing_with_microsoft/index.ssp
Hope this helps,
Roberto
November 11, 2005 at 9:14 am
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply