What's new

Editing Oracle through Java (1 Viewer)

Ronan

Auditioning
Joined
Jul 5, 2001
Messages
6
I have just started programming in Java and I've been asked to build a system to control and analysis the sales and stock of a supermarket. I want to know is it posibly to store the information required in an oracle database with a

java interface and if so how can I find out how to do this.
 

LDfan

Supporting Actor
Joined
Nov 30, 1998
Messages
724
Real Name
Jeffrey
Hi Ronan,

Well I'm not a developer but I can tell you it's possible. The newer versions of Oracle, 8i and 9i are completely java compatible. The GUI's for both versions were written in java too. I'd suggest looking for some good books on java and Oracle and read up on JDBC connectivity too.

Jeff
 

Users who are viewing this thread

Top