Re: Help! What has changed in the internal structure of - Mailing list pgsql-general

From Richard Huxton
Subject Re: Help! What has changed in the internal structure of
Date
Msg-id 42B6E368.5010703@archonet.com
Whole thread Raw
In response to Re: Help! What has changed in the internal structure of PostgreSQL?  ("Rodrigo Katsumoto Sakai" <rodrigo.sakai@poli.usp.br>)
List 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

pgsql-general by date:

Previous
From: "Rodrigo Katsumoto Sakai"
Date:
Subject: Re: Help! What has changed in the internal structure of PostgreSQL?
Next
From: Richard Huxton
Date:
Subject: Re: Access is denied during initdb