problem with CVS version

From: "Antonio Pennino" <a(dot)pennino(at)nocerainformatica(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Subject: problem with CVS version
Date: 2004-07-23 13:42:08
Message-ID: 410131D0.19661.D1358C@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I Have problem(s) with the CVS version of psqldobc.dll.

At the server side i have Postgresql 7.2.1 on Debian.

With a table as it:

=========================================================
firedell=# \d hosts
Table "hosts"
Column | Type | Modifiers
----------+-----------------------+----------------------
nicknome | character varying(16) | not null
hostnome | character varying(32) | not null
note | character varying(50) | not null default '-'
Primary key: hosts_pkey
Unique keys: hosts_hostnome_key
Triggers: tr_aggiorna_tabelle_dipendenti
=========================================================

at the client (win98) all the three columns are so readed:
(MFC m_rgODBCFieldInfos structure, using HOSTNOME for example):

m_strName hostnome (OK)
m_nSQLType -9 (!!!)
m_nPrecision 32 (OK)
m_nScale 0
m_nNullability 0

Please note: also with Access97 i have problem (with no detail)
if a try a link a database, is not go to show the table list.

If a use the older (07.03.0208 version, 7/1/2004) all is ok.
My MDAC version *maybe* 2.71

Please help...

Antonio.

============================================
Antonio Pennino
Nocera Informatica s.r.l.

telefono: 035/4219033
telefax : 035/4219050

e-mail : a(dot)pennino(at)nocerainformatica(dot)net
============================================

Browse pgsql-odbc by date

  From Date Subject
Next Message Matt Ittigson 2004-07-23 14:26:53 Re: psqlODBC / install / WinXP
Previous Message Tom.Zschockelt 2004-07-23 07:32:51 autocommit question