View Single Post
  #3 (permalink)
Old 25th July 2008, 12:41 PM
gauravtiwari89
CE - Apprentice
 
gauravtiwari89's Avatar
 
I'm a Crazy computer Engineer
Join Date: 25th July 2008
Posts: 25
Default 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.
gauravtiwari89 is offline   Reply With Quote