Problem with Data Adapter

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
slimak117

Problem with Data Adapter

Post by slimak117 » Tue 01 Feb 2005 12:09

Qestion to PGSQLDIRECT Data Adapter :

While using Data Adapter with this (for example) SQL :
Select
k.id_klient,
k.imie,
k.nazwisko,
k.nip,
k.ulica,
k.blok,
k.kod_pocztowy,
k.lokal
from
clientdba.klient k

Data Adapter shows only first 6 columns. The rest is a NULL value. I have no idea, what seems to be the problem.

Thanks
Slimak117

Yuri
Posts: 140
Joined: Mon 08 Nov 2004 12:07

Re:Problem with Data Adapter

Post by Yuri » Tue 01 Feb 2005 15:51

The problem you specified isn't a bug but a trial restriction of PostgreSQLDirect .NET version.
You can register PostgreSQLDirect .NET. Standard from its ordering page at http://www.crlab.com/pgsqlnet/ordering.html.

Post Reply