Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Mikebyrne
Starting Member
13 Posts |
Posted - 2008-11-30 : 17:47:26
|
Im trying to find out how SQL Server uses JSP in the context of database applications. Could anyone help me out or point me in the right direction? |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-01 : 00:37:08
|
what do you mean by how SQLServer uses JSP? SQL Server will be backend while JSP is used for front end. The JSP forms will pas down values to SQL Server which either saves them to db using queries/stored procs or it retrieves data from db for passed values. |
|
|
Mikebyrne
Starting Member
13 Posts |
Posted - 2008-12-01 : 07:44:54
|
"The JSP forms will pas down values to SQL Server which either saves them to db using queries/stored procs or it retrieves data from db for passed values"Sorry if i didnt make my question clear. Im looking for information on how JSP passes information down to the SQL Server |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-12-01 : 07:57:07
|
It uses low level API calls to communicate properly with the back-end system, in this case Microsoft SQL Server. E 12°55'05.63"N 56°04'39.26" |
|
|
lailac88
Starting Member
2 Posts |
Posted - 2013-03-08 : 01:39:04
|
Trying to help ! |
|
|
|
|
|