Problem with Data Adapter
Posted: 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
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