I have to make a database in oracle and connect it with Java. But I'm not able to do so.
Please help.
coolbuddy059 -9 Light Poster
Recommended Answers
Jump to Post@coolbuddy059 please provide your current code so we may have look at it and correct it if there is any issue
PS:In the future please provide more info, if you wish to avoid general suggestions such as one by stephen. Secondly we have rule that says "We only …
Jump to PostPeter has already mentioned the cause of your problem, now just wanted to add a few notable things like :-
- You never closed your connection, Its important to close your database connection once you are done using it. Preferably put the call to close() inside a finally block, so …
All 6 Replies
stephen84s 550 Nearly a Posting Virtuoso Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
coolbuddy059 -9 Light Poster
coolbuddy059 -9 Light Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
stephen84s 550 Nearly a Posting Virtuoso Featured Poster
peter_budo commented: Well spotted +16
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.