hi

ii need to call storedprocedure thru jndi context, how can i do this please
as earlier i was getting dbconnection thru jdbc and using that.
my previous code
Code:
ds = DatabaseUtil.getDBConnection();     //get  the JDBC connection to  database.
		MyStoredProcedure sproc = new MyStoredProcedure(ds);
how can i do this thru jndi,can somebody help me please.

Thanks
AD