• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where to find an example?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey!

So here's the thing: i'm kind of a noob in JDBC, but have to write an application to pass one of my exams.
The app should have a GUI (javax.swing) and join to an Oracle DB. Regarding functionality, it must be able to handle basic DML operations ("insert", "update", "delete"), queries with both "select" and stored procedure. It must contain some kind of scalar query and cursor handling function.

Where can i find some simple code examples for this?

I'd appreciate any advice.
Thanks in advance!
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Elemer, and welcome to the Ranch!

I'd suggest to start with this tutorial. It contains some examples too. I'd say this is a better way than just trying to stuff some random examples into your program.
 
reply
    Bookmark Topic Watch Topic
  • New Topic