This week's giveaway is in the Testing forum. We're giving away four copies of TDD for a Shopping Website LiveProject and have Steven Solomon on-line! See this thread for details.
Would you please tell me how i can read the stored procedure code from my sybase database through a java program. I read about sp_helptext. How can i use to get the procedure code? I'm calling the procedure using call dbadmin.GetRecords(). How can i get the same procedures code using some java code?