May 2001
Intermediate to advanced
1088 pages
30h 13m
English
| Q1: | Why does the DriverManager tell me that no suitable driver exists? |
This usually happens for one of three reasons:
| |
| Q2: | My driver is in the classpath; why can't I connect to the database? |
| Your database URL may be incorrect, or you may be using the wrong driver. | |
| Q3: | Why do I get errors saying I can't allocate any more database statements after my program has been running for a few minutes? |
| If you don't explicitly close your Statement objects, they don't get closed until the garbage collector ... |
Read now
Unlock full access