 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
vicky Guest
|
Posted: Sun Jan 29, 2006 5:57 pm Post subject: need Oracle jdbc connection example source code |
|
|
I am new in jdbc so plz send me
Oracle jdbc connection example source code with some explanation
|
|
| Back to top |
|
 |
Bill Karwin Guest
|
Posted: Sun Jan 29, 2006 8:56 pm Post subject: Re: need Oracle jdbc connection example source code |
|
|
"vicky" <vikram.malihan (AT) gmail (DOT) com> wrote
| Quote: | I am new in jdbc so plz send me
Oracle jdbc connection example source code with some explanation
|
Do you know about Koders.com? It searches lots of online open-source code,
a la google.
I got the following result with a search for "oracle jdbc connect", with
lots of examples:
[url]http://www.koders.com/?s=oracle+jdbc+connect&_%3Abtn=Search&_%3Ala=*&_%3Ali=*[/url]
Regards,
Bill K.
|
|
| Back to top |
|
 |
IchBin Guest
|
Posted: Sun Jan 29, 2006 9:32 pm Post subject: Re: need Oracle jdbc connection example source code |
|
|
vicky wrote:
| Quote: | I am new in jdbc so plz send me
Oracle jdbc connection example source code with some explanation
You could just look for JDBC in the Java tutorials. |
http://java.sun.com/docs/books/tutorial/jdbc/index.html
There are code examples out on the
"The Java Developers Almanac 1.4" for java.sql.
http://javaalmanac.com/egs/java.sql/pkg.html?l=rel#Connections
Also they give sites to get your driver. I would just go to Oracle if
you do not have them.
Hopefully you have worked with Oracle before because they are a little
different they way you can do things..
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
|
|
| Back to top |
|
 |
Joe Weinstein Guest
|
Posted: Sat Feb 04, 2006 4:24 pm Post subject: Re: need Oracle jdbc connection example source code |
|
|
vicky wrote:
| Quote: | I am new in jdbc so plz send me
Oracle jdbc connection example source code with some explanation
|
You are new, so you need help developing programming related
skills, rather than just getting what you want now:
What you ask for is very basic, the sort of thing that is *always*
provided as the most elementary part of any software company or
product.
Go to Oracle's site and do your own search. The difference between
a useful programmer and a useless one is the ability and initiative
to search the obvious places for what they need.
|
|
| Back to top |
|
 |
David Harper Guest
|
Posted: Sun Feb 05, 2006 8:36 am Post subject: Re: need Oracle jdbc connection example source code |
|
|
vicky wrote:
| Quote: | I am new in jdbc so plz send me
Oracle jdbc connection example source code with some explanation
|
Following up on Joe Weinstein's comments, I'd suggest that you also
invest in a good book on JDBC programming. The O'Reilly book is a good
place to start:
http://www.oreilly.com/catalog/jdbc2/
Sun's own JDBC tutorial and reference book is also worth having:
http://www.amazon.com/gp/product/0201433281/
This is also available on the web, but if you're like me, you may prefer
to have a paper copy too.
Neither of these books deals explicitly with Oracle, since JDBC is
designed to be a vendor-neutral interface between Java and databases
systems. O'Reilly publish a book which *does* focus on Oracle
programming with JDBC:
http://www.oreilly.com/catalog/jorajdbc/
Caveat: In my experience, O'Reilly titles are almost always excellent,
but I can't comment on this one, because my JDBC programming is
exclusively with MySQL.
David Harper
Cambridge, England
|
|
| Back to top |
|
 |
Roedy Green Guest
|
Posted: Sun Feb 05, 2006 11:31 pm Post subject: Re: need Oracle jdbc connection example source code |
|
|
On Sun, 05 Feb 2006 08:36:51 GMT, David Harper
<devnull (AT) obliquity (DOT) u-net.com> wrote, quoted or indirectly quoted
someone who said :
| Quote: | Following up on Joe Weinstein's comments, I'd suggest that you also
invest in a good book on JDBC programming. The O'Reilly book is a good
place to start:
http://www.oreilly.com/catalog/jdbc2/
|
I have added your recommendations to
http://mindprod.com/jgloss/jdbc.html
for future reference.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|