Database connection error...

Поиск
Список
Период
Сортировка
От Robson Martins
Тема Database connection error...
Дата
Msg-id 000701becc8f$b61d0f60$1ed4d2c8@Designer2.netalfa.com.br
обсуждение исходный текст
Список pgsql-interfaces
Hello all
I'm using this commands to connect to the database:
    Connection co;
    Class.forName ("postgresql.Driver");
    co=DriverManager.getConnection("jdbc:postgresql://localhost/javadb","USERNAME","PASSWORD");
 
And why do I get this error?:
     java.lang.IllegalArgumentException: Argument # > Arg length
 
The commands are right, I think, if anybody know why i get this error help me!
 
I'm waiting answer...
Hugs, Robson Martins ( robson@netalfa.com.br )

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] jdbc redhat 6.0 NoClassDefFoundError
Следующее
От: Doug Thistlethwaite
Дата:
Сообщение: JDBC connection problem while trying example.basic