Hey errbody,

I'm tryin to do some jdbc connection stuff.

I keep getting an error that says "SQLException: Io exception SO Exception was generated."
The error is attached to the line below.


Connection con = DriverManager.getConnection("jdbcracle:thin:@SAMPLE1",info);

The name of the DB is Sample1.world and info is a java.util.properties object that holds my username, etc.

I cant find what an SO exception is anywhere! Does anyone here know what it is?

thx