Incorrect Parameter Types in Dataset

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
Systellence
Posts: 1
Joined: Wed 01 Dec 2010 13:57
Location: South Africa

Incorrect Parameter Types in Dataset

Post by Systellence » Wed 01 Dec 2010 14:05

Good day

My client has to make a decision of continuing with UniDirect or to go a different route.

Within a dataset when creating an Adapter, the parameter in a SQL query has an incorrect data type when created. An Integer parameter will be created as a Binary Parameter etc. From time to time, we also encounter an error when trying to use UniDirect with a dataset. I do not have the details of this error unfortunately.

Is this a known issue? We are currently using version 3.1, but tried the 3.2 demo which is the latest. This is an urgent request as we have to make decisions please!

Kind regards

Jaco

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Thu 02 Dec 2010 17:16

Please specify the following:
- the DBMS you are working with;
- whether you are using Devart DataSet Wizard or the standard MS designer to create DataSets;
- a sample query (and definitions of the corresponding database objects) with which generation of parameters of incorrect data types can be reproduced.

Post Reply