getTableName(column+1) returns null ?

Поиск
Список
Период
Сортировка
От Oguz Imre
Тема getTableName(column+1) returns null ?
Дата
Msg-id 1EC82674-2D4D-11D7-A24F-003065A215CC@comcast.net
обсуждение исходный текст
Ответы Re: getTableName(column+1) returns null ?  (Barry Lind <blind@xythos.com>)
Список pgsql-jdbc
Gentle people,


<excerpt><excerpt>I am using PostgreSQL 7.3, with JDBC driver "
<fixed><color><param>F4F4,7979,9C9C</param>org.postgresql.Driver</color></fixed>"
on Mac OSX 10.2.3 platform (JDK 1.3.1). <fixed><color><param>A5A5,1C1C,DCDC</param>

</color></fixed></excerpt></excerpt>

<excerpt><excerpt><fixed><color><param>A5A5,1C1C,DCDC</param>
String tableName = metaData.getTableName(column+1);</color></fixed>

</excerpt></excerpt>

<excerpt><excerpt>returns "" (null?). Is there a way to circumvent
this? I thought I have downloaded the most recent driver from
"http://jdbc.postgresql.org/download.html", JDBC2+. What am I doing
wrong?</excerpt></excerpt>
Gentle people,

>> I am using PostgreSQL 7.3, with JDBC driver " org.postgresql.Driver"
>> on Mac OSX 10.2.3 platform (JDK 1.3.1).

>>         String tableName = metaData.getTableName(column+1);

>> returns "" (null?). Is there a way to circumvent this? I thought I
>> have downloaded the most recent driver from
>> "http://jdbc.postgresql.org/download.html", JDBC2+. What am I doing
>> wrong?

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

Предыдущее
От: "Paul Stead"
Дата:
Сообщение: Re: stupid question about loading driver
Следующее
От: Marcelo Pereira
Дата:
Сообщение: Re: Postgresql 7.3.1 + JDBC Build from Source