ODBC problem

From: Simon Emmanuel Rivas <simon-emmanuel(dot)rivas(at)isr(dot)thomson-csf(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: ODBC problem
Date: 2001-06-07 08:07:20
Message-ID: 3B1F3638.79D8E4B8@isr.thomson-csf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi!

I have a problem using the ODBC interface. The problem is quite simple:
I have created a table with only one field, as follows:
create table test (key numeric(1));
Very simple, right? The problem is that, when I look at this table
through a client program which runs under Windows (postgres runs under
Linux), the field "key" seems to be declared as numeric(3).
Does the problem come from ODBC or the client program?
Thanx for your help!

PS: the client program is Data Factory from Quest Software. I use
Postgres 7.1.1 and the ODBC driver is v7.01.0005.

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ilan Fait 2001-06-07 13:52:04 help
Previous Message Namrata 2001-06-07 04:54:57 Dabase support for UTF, UNICODE?