handling sql query in java where i'm extracting reords from 3 tables

hi to one and all,

i want to implement the sql query given below in jsp in execute query statement . the query is working in sql but not when implemented using jsp. please help me in resolving this.

Query

SELECT e.Department , e.ETitle , s.basic , s.da, c.address1 , c.address2 from Employee e , Salary s , Contactdetails1 c where e.id = s.id and e.id =c.id

[397 byte] By [kalyan_82a] at [2007-10-2 2:44:34]
# 1
It would help if you gave us a little more info to go on like;a) post your codeb) post the error message the compiler is giving you
javakicksassa at 2007-7-15 20:37:19 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...