| 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
|
|
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
|
 |
 |
|
|
subject: Problem with Connecting
|
|
|