jQuery in Action, 2nd edition
The moose likes JDBC and the fly likes how to specify class.forname for oracle in java program? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to specify class.forname for oracle in java program?" Watch "how to specify class.forname for oracle in java program?" New topic
Author

how to specify class.forname for oracle in java program?

Shobana Sukumar
Greenhorn

Joined: Nov 24, 2005
Posts: 17
i need to connect oracle database from my java program so wot should i include in the class.forName part of java program'

class.for Name("???");
Connection con=DriverManager.getConnection("???");
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

the answer is not far away.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to specify class.forname for oracle in java program?
 
Similar Threads
What is this No Suitable Driver exception?
User Authentication for java in a Solaris OS
JDBC driver - java lang ClassNotFoundException
Network Adapter Problem
Any performance Issue b/w oci8 and thin cliient ?