Re: [INTERFACES] java.sql.Types problem

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: [INTERFACES] java.sql.Types problem
Дата
Msg-id Pine.LNX.4.10.9909251059180.29160-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на java.sql.Types problem  ("Tom Jenkins" <TomJenkins@zentuit.com>)
Список pgsql-interfaces
On Thu, 23 Sep 1999, Tom Jenkins wrote:

> Howdy,
> I'm getting a java.sql.Types value of 16 for varchar field instead of the 12 
> I expected.

The code returns using the constants defined in the java.sql.Types field.
You should not be using the actual values incase they change in the JDK.

The driver is returning the value java.sql.Types.VARCHAR

> I'm also getting a 15 for timestamp field instead of 93.

The value is not the OID value.

> I don't have a clue as to why they are returning those values, does 
> anyone have a hint?
> 
> Platform: jdk1.1, PostgreSQL 6.5.1
> 
> Where can I get the source for the jdbc driver; I seem to only have the 
> class files.

It's with the postgresql src. The file in question is
src/interfaces/src/jdbc/postgresql/Field.java

I've checked the 6.5.2 version, and it's fine.

Peter

--      Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



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

Предыдущее
От: Jyry Kuukkanen
Дата:
Сообщение: Re: [INTERFACES] ODBC-Interfaces - connection options ? Error !
Следующее
От: "Philippe Lang"
Дата:
Сообщение: PostgreSQL 6.5.2, ODBC 6-40-00-07, Access 97