RE: get data source in servlet

2003-08-19 Thread Navjot Singh
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

RE: get data source in servlet

2003-08-18 Thread Edgar Dollin
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

get data source in servlet

2003-08-18 Thread Ashish Kulkarni
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!?

Re: get data source in servlet

2003-08-16 Thread Paul Thomas
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

get data source in servlet

2003-08-15 Thread Ashish Kulkarni
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