Re: BUG #2530: Some columns not visible when select from table (via odbc only)

From: Jim Nasby <jnasby(at)pervasive(dot)com>
To: Dusan Halicky <dvh(dot)tosomja(at)post(dot)sk>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2530: Some columns not visible when select from table (via odbc only)
Date: 2006-08-08 17:17:27
Message-ID: E60E1643-03CC-4736-A3F8-40BE0E1845E5@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Have you tried with another client and ODBC driver?

On Jul 13, 2006, at 2:02 PM, Dusan Halicky wrote:
> The following bug has been logged online:
>
> Bug reference: 2530
> Logged by: Dusan Halicky
> Email address: dvh(dot)tosomja(at)post(dot)sk
> PostgreSQL version: 8.1.4-1
> Operating system: Windows XP
> Description: Some columns not visible when select from table
> (via
> odbc only)
> Details:
>
> I create this table:
>
> create table foo (aaa serial, bbb integer, ccc char(20));
>
> insert into foo values (1, 24, 'John');
>
> And when i make select (in SQL Explorer which use ODBC), there is
> only first
> 2 columns:
>
> select * from foo;
>
> aaa bbb
> 1 24
>
> The same select in psql give me correct results:
>
> aaa bbb ccc
> 1 24 John
>
> The odbc is psqlODBC 08.02.0002, advanced options in odbc
> administrator
> (screenshots) is stored here:
>
> http://senzory.ahoj.sk/pg/index.html
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
> choose an index scan if your joining column's datatypes do not
> match
>

--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jim Nasby 2006-08-08 17:22:55 Re: BUG #2552: wrong sql dump?
Previous Message Jim Nasby 2006-08-08 17:11:53 Re: BUG #2522: while executing pgdump - error occurs