Re: PostgreSQL with Centura Team Developer

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: " J艱 G(dot) Mischke" <jgmischke(at)j-g-m(dot)de>
Cc: PostgreSQL ODBC-Treiber <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: PostgreSQL with Centura Team Developer
Date: 2001-08-07 00:44:45
Message-ID: 3B6F39FD.5A5E8E93@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

"Jrgen G. Mischke" wrote:
>
> Hello,
>
> I've some problems with the PostgreSQL-ODBC-driver and Centura Team
> Developer 1.5.1. The connection is ok and a lot of thinks work well. There
> are two datatypes which make some trouble.
>
> 1. Date/Time Values: If I set a bindvariable to a value like = 2001-02-02
> Postgres take the current Date.??
>

I heard of it from a Centura user and found the cause.
The fix would be in the next release 7.01.0007(?).

> 2. If I set a long-value Postgres don't recognize it. Ex. : Set MyValue =
> '.... String with length 1000 .....', in the OCBD-Log file I see only some
> bytes (and the database too)
>
> For testing I create a table "test_int" with some int's, floats and some
> char,varchar and text() fields.
>

What is the table definition especially for tvarchar, tchar
and tlong ? As long as I see the sqllog.log, the size of text
input is 20. Could centura handle a string bigger than 254 bytes ?

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Justin Clift 2001-08-07 04:03:44 To be 7.1.3 or not to be 7.1.3?
Previous Message Jürgen G. Mischke 2001-08-06 13:30:13 PostgreSQL with Centura Team Developer