ODBC error - Mailing list pgsql-odbc

From Delio Costa Cavalcanti - DATAPREVCE
Subject ODBC error
Date
Msg-id 1F1D73D28248BB4BB1A493331D9D4204B097D2@wtrjo082.prevnet
Whole thread Raw
List pgsql-odbc
ODBC driver version: 08.00.0101
PostgreSQL database version: 8.0.0

I did a setup datasource with driver options as in Borland Apps category faq
but when i execute a sql comand in Borland DBExplorer a result set didnt' t
show varchar datatypes columns.
For example, in the table below a result set only show the fields:
id_usuario, cs_situacao, dt_cadastro_usuario and id_funcionario

CREATE TABLE sart.usuario
(
  id_usuario numeric(6) NOT NULL,
  tx_login varchar(20) NOT NULL,
  tx_usuario varchar(100) NOT NULL,
  cs_situacao numeric(2) NOT NULL,
  dt_cadastro_usuario date,
  tx_configuracao varchar(2000),
  id_funcionario numeric(6),
  CONSTRAINT usuario_pk PRIMARY KEY (id_usuario)
)


 <<psqlodbc_120.log>>

Attachment

pgsql-odbc by date:

Previous
From: "Mohan, Ross"
Date:
Subject: Re: [PERFORM] Joel's Performance Issues WAS : Opteron vs Xeon
Next
From: "Ben Trewern"
Date:
Subject: Re: URGENT: schema mess