integers as Binary

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Kubenn
Posts: 1
Joined: Fri 27 Jun 2014 08:57

integers as Binary

Post by Kubenn » Tue 01 Jul 2014 13:22

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.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: integers as Binary

Post by Pinturiccio » Thu 03 Jul 2014 13:31

We have answered you via e-mail.

Post Reply