| From: | Delio Costa Cavalcanti - DATAPREVCE <Delio(dot)Costa(at)previdencia(dot)gov(dot)br> |
|---|---|
| To: | "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org> |
| Subject: | ODBC error |
| Date: | 2005-04-20 11:29:28 |
| Message-ID: | 1F1D73D28248BB4BB1A493331D9D4204B097D2@wtrjo082.prevnet |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| psqlodbc_120.log | application/octet-stream | 2.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Anoop Kumar | 2005-04-21 09:09:16 | Patch for Bug No: 1254 |
| Previous Message | Peter Bense | 2005-04-19 17:01:49 | ODBC and proxy server(s)?? |