InfoCenter Home > 4.2.4.2.4: Database access by servlets and JSP filesServlets using getConnection() to access a data sourceWhen used without parameters, getConnection() assumes the default user ID and password for a data source. The WebSphere administrative clients do not offer a way to configure a default user ID and password for a data source to be used by a servlet. Therefore, servlets using getConnection() to access a data source should specify a user ID and password: getConnection(userid,password); |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|