Hey i'm trying to just test a coonection to a DB via JDBC and I keep catching this error :
Caught a SQL Exception in init: No suitable driver
Details - error code: 0, sql state: 08001
the
( CodeCollapse ) is here.
I'm totally clueless when it comes to JDBC Drivers. I'm trying to access an Oracle 10g DB. I've searched around for some documentation about drivers etc, and I'm not sure where to look. Any help is appreciated.