BUG #2064: retrieving more the 6 columns from a table via c#

From: "tr" <tr(at)privacyinside(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2064: retrieving more the 6 columns from a table via c#
Date: 2005-11-22 15:39:59
Message-ID: 20051122153959.D9C14F0B17@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2064
Logged by: tr
Email address: tr(at)privacyinside(dot)com
PostgreSQL version: 1.2.1
Operating system: windows
Description: retrieving more the 6 columns from a table via c#
Details:

I'm trying to run a simple select * quary on a table which contains more
then 6 columns.
if i try this quary from the postgresql quary tool i have no problems but
when i activate this quary from C# DataAdapter.Fill
i only get the value of the first 6 columns and the others are null.

i tried a quary with listting the columns names.
i tried a quary with different columns order.
the DataRow that i get as a result from the fill methode with that quary
contains the actual number of columns but all the columns from the seven'th
one has null as a value.

Browse pgsql-bugs by date

  From Date Subject
Next Message Wim Audenaert 2005-11-22 15:50:58 BUG #2065: Problem with language conversion in pg_dump
Previous Message Matt 2005-11-22 13:29:22 Re: VERIFIED FIXED: Huge query stalls at PARSE/BIND stage