SOAP and JDBC connectivity
hi ,
I have created a simple soap service and it is running fine.
My problem is when i am trying to connect it with my database it is giving me a syntax error in my query...
it gets connnected to the database through a datsource but while executing the query using executeQuery() it gives me an error.....i have return a simple query like
select * from table;
can any body tell me how to connect to database using jdbc in soap.....is there any extra requirement.......in addition to soap and jdbc.....
thanks in advance...........

