Thread: Trouble-over

Trouble-over

From
Axel Tischer
Date:
Sorry

I found this problem:
String url="jdbc:postgresql://localhost:5432:/ebtacdb"
should be
String url="jdbc:postgresql://localhost:5432/ebtacdb"

Axel