your
Data Source from struts-config.xml to web.xml
hth
navjot singh
|-Original Message-
|From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]
|Sent: Monday, August 18, 2003 8:38 PM
|To: [EMAIL PROTECTED]
|Subject: get data source in servlet
|
|
|Hi,
|I have defined a data source in my struts-c
11:08 AM
To: '[EMAIL PROTECTED]'
Subject: get data source in servlet
Hi,
I have defined a data source in my struts-config file,
which is working fine as i get the connection in my
Action class, but i need to get the data source in a
Servlet, can any one provide with the code to ge
Hi,
I have defined a data source in my struts-config file,
which is working fine as i get the connection in my
Action class, but i need to get the data source in a
Servlet, can any one provide with the code to get the
data source in servlet
Ashish
__
Do you Yahoo!?
On 15/08/2003 15:59 Ashish Kulkarni wrote:
Hi,
I am using struts 1.1 and have defined a data source
for connection pooling, in my Action class i get the
data source by using simple
DataSource dataSourceA = getDataSource(request, "A");
Connection myConnection =
dataSourceA.getConnection();
But no
Hi,
I am using struts 1.1 and have defined a data source
for connection pooling, in my Action class i get the
data source by using simple
DataSource dataSourceA = getDataSource(request, "A");
Connection myConnection =
dataSourceA.getConnection();
But now i need to get the data source in a servl
5 matches
Mail list logo