Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.help Subject: Re: Can a ResultSet be passed back to a main program Date: Mon, 10 Oct 2011 07:27:36 -0700 Organization: A noiseless patient Spider Lines: 13 Message-ID: References: <4e92594f$0$14660$9a566e8b@news.aliant.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 10 Oct 2011 14:27:37 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="31266"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19kqfEnRlX+YWiQxrg2qbBjtrg+6I1IhUk=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: <4e92594f$0$14660$9a566e8b@news.aliant.net> Cancel-Lock: sha1:7xjai9vtlMyX3jDhsamTAlGso5Y= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.help:1215 On 10/9/2011 7:32 PM, Linus Flustillbe wrote: > 1. Create a class that > a) creates a connection to an oracle database > b) run a simple query to get a result set > c) pass the result set back to a calling program. Most of this information can be found in the Java tutorials. Are you using those? http://download.oracle.com/javase/tutorial/jdbc/