Retrieving data from dual table...
-
Hi, We are Beginners in Sql and oracle. We are working with Java as front end and Oracle8i as the back end. We have to retrieve the results of those queries executed with dual table in oracle and display them in our front end. We have connected Java with oracle using JDBC. Our connection is working properly. So our problem is only regarding retrieving. Pls help us with code.
-
Hi, We are Beginners in Sql and oracle. We are working with Java as front end and Oracle8i as the back end. We have to retrieve the results of those queries executed with dual table in oracle and display them in our front end. We have connected Java with oracle using JDBC. Our connection is working properly. So our problem is only regarding retrieving. Pls help us with code.
You have read the bit beside the image of the green alien at the top of this page haven't you? I would take a look at that if I were you, and then ask yourself if this is really the right site to ask this question on.
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
Hi, We are Beginners in Sql and oracle. We are working with Java as front end and Oracle8i as the back end. We have to retrieve the results of those queries executed with dual table in oracle and display them in our front end. We have connected Java with oracle using JDBC. Our connection is working properly. So our problem is only regarding retrieving. Pls help us with code.
I used to lead an oracle team (I've now seen the light an am back to using SQL-Server:)). My developers found Expert Oracle JDBC Performance Applications[^] really useful for JDBC. However, most of the work was done using Hibernate instead of JDBC. This allowed them to work at a much higher level of abstraction from the database.