Possible Bug in ODBC win driver

From: Simeó Reig <simeo(at)grupoincofisa(dot)com>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Possible Bug in ODBC win driver
Date: 2010-06-14 10:51:34
Message-ID: F0215593C1C2438894AAD7615A1F923D@pcsimeo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello

There seems to be a bug in the ODBC win driver

When you try to burn a text field of more than 3984 characters, the driver
fails and hangs the application (VB6), but saves the data correctly. The
error also occurs connecting to postgresql access. In previous versions did
not occur

System data
-----------

Server 7.1 under freeBSD

Connection under SSL

ODBC version 8:04:200

Example table

Table "public.fullesxslt"
Column | Type | Modifiers
-----------------------+---------+---------------------------
idtipusfullaxslt | integer | not null
idtipusidioma | integer | not null
idtipusnivelllpd | integer | not null
fullaxslt | text |
dataultimamodificacio | date | default date('now'::text)

thanks a lot

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message James Slater 2010-06-14 11:57:02 64Bit Postgres ODBC
Previous Message Peter Crabtree 2010-06-09 17:50:18 Patch for C0000005 crash on NULL szSchemaName in allow_public_schema()