Question

Поиск
Список
Период
Сортировка
От Binh Nguyen Thanh
Тема Question
Дата
Msg-id 20031107092549.3694.qmail@web60202.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Question
Список pgsql-jdbc
Please help me .
this code :
  ResultSet fksRS = dbmd.getImportedKeys(null, null, tableName);
    while(fksRS.next())
    {
        ... fksRS.getString("FKCOLUMN_NAME");
    }
  
I get a NullPointerException because fksRS is null, but I don't know
why. This is not the case when I use MS SQL Server...it does work. Is
this because the JDBC driver provided with PostgreSQL doesn't support
this function?


Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard

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

Предыдущее
От: James Robinson
Дата:
Сообщение: Re: "Fix" for INT8 literals being parsed as INT4 disqualifying index scan problem in JBoss ...
Следующее
От: "LINA M. GARCIA HENAO"
Дата:
Сообщение: problem connecting to jdbc