aspose file tools
The moose likes JDBC and the fly likes Problem with Connecting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Problem with Connecting" Watch "Problem with Connecting" New topic
Author

Problem with Connecting

Rajeev Asthana
Ranch Hand

Joined: Oct 27, 2003
Posts: 43
Hi,

I have PointBase database running and I started PointBase Admin Console just to check few things.

At the sametime, when I ran my Java program that accesses PointBase, it gave me error that some other application is already using it.

Is locking so dumb that it can't allow more than one access?

Or Am I missing something?

Thanks ,
Rajeev.
:roll:
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26496
    
  78

Rajeev,
In all likelyhood a specific table is locked rather than the whole database. Does the console have a query open? Maybe it has a write lock on the table which would prevent other apps from accessing it.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
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: Problem with Connecting
 
Similar Threads
Can not find driver?
Oracle JDBC connectivity
PointBase
Cannot load driver class: com pointbase jdbc.jdbcUniversalDriver
Entity Bean Verify Error JDO74033