Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #1249
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Can a ResultSet be passed back to a main program |
| Date | 2011-10-12 10:28 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <31937488.2.1318440481728.JavaMail.geo-discussion-forums@prho12> (permalink) |
| References | <4e92594f$0$14660$9a566e8b@news.aliant.net> <5dhb979a5i76gclvkiqb5dn0cmfshmgqks@4ax.com> |
Roedy Green wrote: > Linus Flustillbe wrote, quoted or indirectly quoted someone who said : >>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. > > see sample code at http://mindprod.com/jgloss/jdbc.html > http://mindprod.com/jgloss/sql.html > > You have an Oracle database and you are a newbie? Normally only big > companies have them. And individual developers. Given that Oracle makes it available for free and all. Admittedly it can only handle 11 GB of data in the free version, but that's usually enough to develop an application. IBM gives away DB2, too, and without database size restrictions. <http://www.oracle.com/technetwork/database/express-edition/overview/index.html> <http://www-01.ibm.com/software/data/db2/express/> <http://www.ibm.com/developerworks/downloads/im/udbexp/> -- Lew
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar
Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 02:32 +0000
Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 02:37 +0000
Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 06:28 +0000
Re: Can a ResultSet be passed back to a main program Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-10-10 14:26 -0300
Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 19:21 +0000
Re: Can a ResultSet be passed back to a main program markspace <-@.> - 2011-10-10 07:27 -0700
Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 17:06 +0000
Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-10 10:10 -0700
Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-10 19:23 +0000
Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-10 14:26 -0700
Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-11 00:43 +0000
Re: Can a ResultSet be passed back to a main program Roedy Green <see_website@mindprod.com.invalid> - 2011-10-12 09:52 -0700
Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-12 10:28 -0700
Re: Can a ResultSet be passed back to a main program Linus Flustillbe <admin@nacs.dyndns-office.com> - 2011-10-13 01:24 +0000
Re: Can a ResultSet be passed back to a main program Lew <lewbloch@gmail.com> - 2011-10-12 18:55 -0700
csiph-web