Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JavaBlend 1.0 DatabaseOpenException

Status
Not open for further replies.

trowland

Programmer
Joined
Jul 5, 2000
Messages
2
Location
US
Anyone have any experience with JavaBlend 1.0? I am having problems handling case for invalid login. First time generates a DatabaseNotFoundException. This is good. Next time around, if login info is correct, I can login fine. However, if login info is again incorrect, I get a DatabaseOpenException: "Database dburl user: dbuser already open". The database object is null at this point so I cannot invoke db.close(). <br><br>Thanks<br>Tom
 
Status
Not open for further replies.

Similar threads

  • Locked
  • Question Question
Replies
3
Views
163

Part and Inventory Search

Sponsor

Back
Top