Page 1 of 1

integers as Binary

Posted: Tue 01 Jul 2014 13:22
by Kubenn
Good day ,

Has someone experienced this issue where on a data set fill with PgSqlDataAdapter, integer values are being represented as binary values in the table object.

using (PgSqlDataAdapter _pgAdapter = new PgSqlDataAdapter(command))
{
_pgAdapter.Fill(_dset);
}

Thanks.

Re: integers as Binary

Posted: Thu 03 Jul 2014 13:31
by Pinturiccio
We have answered you via e-mail.