Strange DataSet Parameter datatype issues!!!!
Posted: Tue 05 Nov 2013 17:23
I am trying to evaluate dotConnect Universal for the last couple of days but I experience a lot of problems when trying to use datasets with table adapters.
I using a SQL Server 2008 R2 database with Visual Studio 2008 and a VB.NET Windows application project.
I experience the same behavior both the the Dataset wizard and the traditional VS window (Add new datarce).
The initial Parameters populated are almost correct with the exception of NVARCHAR where the parameter's Provider Type is set to VarChar !!!
However the huge issue is when I try to reconfigure the dataset or alter the SQL command text.
The Provider Type attribute if messed up for all columns!
Int are mapped to Binary, Strings to DateTime and so on!!!
Marios Patsias
I using a SQL Server 2008 R2 database with Visual Studio 2008 and a VB.NET Windows application project.
I experience the same behavior both the the Dataset wizard and the traditional VS window (Add new datarce).
The initial Parameters populated are almost correct with the exception of NVARCHAR where the parameter's Provider Type is set to VarChar !!!
However the huge issue is when I try to reconfigure the dataset or alter the SQL command text.
The Provider Type attribute if messed up for all columns!
Int are mapped to Binary, Strings to DateTime and so on!!!
Marios Patsias