problems with getImportedKeys method

Поиск
Список
Период
Сортировка
От Luke
Тема problems with getImportedKeys method
Дата
Msg-id 003b01c2c858$c1ba8960$8964010a@zstnt.bb.wasko.pl
обсуждение исходный текст
Ответы Re: problems with getImportedKeys method  (Kris Jurka <books@ejurka.com>)
Re: problems with getImportedKeys method  (Barry Lind <blind@xythos.com>)
Список pgsql-jdbc
Hello,

When I execute method getImportedKeys:

ResultSet rs =
databaseMetaData.getImportedKeys(null,null,(String)tableName);

An exception occure:

java.sql.SQLException: ERROR: Unable to identify an ordering operator '<'
for type 'bytea'
Use an explicit ordering operator or modify the query

I use org.postgresql.Driver as a driver for PostgreSQL 7.0.1 database
running in HP-UX envirement.

How can I solve this problem ?


----------------------------------------------------------------------
Poczta nowych mozliwosci >>> http://link.interia.pl/f16bc



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

Предыдущее
От: Andres Ledesma
Дата:
Сообщение: postmaster don't start ...
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: