Re: server programing
Prabhat,
The jdbc connections in jsp are made in the same way as in rest of the java, nothing different
Use the "<% ....%>" tags in jsp to write write your jdbc code. But it is generally recommended you code the jdbc connections in the servlet rather than the java server page.
|