Re: Help! What has changed in the internal structure of

From: Richard Huxton <dev(at)archonet(dot)com>
To: Rodrigo Katsumoto Sakai <rodrigo(dot)sakai(at)poli(dot)usp(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help! What has changed in the internal structure of
Date: 2005-06-20 15:40:24
Message-ID: 42B6E368.5010703@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rodrigo Katsumoto Sakai wrote:
>
> Well, the driver psqlodbc-07 works on PostgreSQL, but not very well!
> My problem is that I have some tables, for exemple:
>
> create table service (
> cod_service int,
> nam_service varchar(255) not null default '',
> des_service varchar(255)
> );
[snip]
> then occured some errors, like the
> nam_service field couldn't be mapped correctly in the report,
> so I get blank reports without any data.

There's nothing I know of should cause these problems. What do you mean
by "mapped correctly".
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-06-20 15:47:54 Re: Access is denied during initdb
Previous Message Rodrigo Katsumoto Sakai 2005-06-20 14:55:35 Re: Help! What has changed in the internal structure of PostgreSQL?