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
how can i do this thru jndi,can somebody help me please.Code:ds = DatabaseUtil.getDBConnection(); //get the JDBC connection to database.
MyStoredProcedure sproc = new MyStoredProcedure(ds);
Thanks
AD
