jQuery in Action, 2nd edition
The moose likes JDBC and the fly likes JDBC with Oracle using DSN Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC with Oracle using DSN" Watch "JDBC with Oracle using DSN" New topic
Author

JDBC with Oracle using DSN

Odd Question
Greenhorn

Joined: Aug 08, 2005
Posts: 1
Hi

I am using the following code and i am getting the below mentioned Error meassage.Please help me resolve this....

<code>
import java.sql.*;

public class C
Adeel Ansari
Ranch Hand

Joined: Aug 15, 2004
Posts: 2874
Originally posted by Odd Question:
Hi

I am using the following code and i am getting the below mentioned Error meassage.Please help me resolve this....

<code>
import java.sql.*;

public class C


Really odd .
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

"Odd Question",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56157
    
  13

... or should that have been "Incomplete Question"?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JDBC with Oracle using DSN
 
Similar Threads
Setting foreground of a table cell on date column
Polymorphism of the jsp:useBean
HeadFirst >>Chapter14:ArrayList Error
having problem with going back
Sessions on a servlet