Problem getting column names from a java service

Hi All,

I have written a java service to get the column names and values based on a sql string with where condition from oracle 7.3.4 , it works fine on windows but when the package is deployed on unix it doesnt return all the column names and also not at correct positions but it returns all the values correctly.when this java service is run without webMethods , imean as a Sample program it runs fine even on Unix shell but when it is run on webMethods we are finding this problem.Can somebody please help me out.

Regards,

Raghu

Hi Raghu

Have you checked that when running from within webMethods you are using the same JDBC as when running from outside?

Chris