aspose file tools
The moose likes JDBC and the fly likes help:talk to pointbase database by jdbc Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "help:talk to pointbase database by jdbc" Watch "help:talk to pointbase database by jdbc" New topic
Author

help:talk to pointbase database by jdbc

Frances Fang
Greenhorn

Joined: Dec 01, 2000
Posts: 17
Hi,
I am using PointBase database.But DriverManager.getConnection(String url,String username,String password) alreays throws SQLException stating that "no suitable drivers" at run time. I put all the property info in a properties file and this file will be read and passed to getConnection() of DriverManager.The driver I used is "com.pointbase.jdbc.jdbcDriver".Why is there this exception? Please help!
Tks!
Frances
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
re you sure that is the right driver? Most class names start with a capital letter.


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: help:talk to pointbase database by jdbc
 
Similar Threads
Can not find driver?
JDBC Driver Installed ???
RDBMS for MIDP- advantage/disadvantage???
Help: Entity bean not deploying in forte
Cannot load driver class: com pointbase jdbc.jdbcUniversalDriver