Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Gin Tanaka   on Sep 04 In Java Category.

  
Question Answered By: Canan Kaya   on Sep 04

I think the
1. Class.forName("com.cloudscape.core.JDBCDriver");(not COM) (may be it is incorrect driver class  path or it is not added to your application server class path)

is incorrect.

I suggest you that use the connection  DataSource provided by most application Servers including WebLogic.It supporst ConnectionPooling and using connections by means of JNDI.It gives you beter performance!

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on student registration page Or get search suggestion and latest updates.


Tagged: