Bug #27379 | Connector/Net Inserting Comma in dataSet Select Query | ||
---|---|---|---|
Submitted: | 22 Mar 2007 17:10 | Modified: | 21 Jul 2010 18:57 |
Reporter: | Robert Saari | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.0.3, 5.0.6SVN | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | comma, dataset, select query, table adapter configuration, visual studio 2005 |
[22 Mar 2007 17:10]
Robert Saari
[23 Mar 2007 12:27]
Tonci Grgin
Hi Robert and thanks for your report. Verified just as described with latest c/NET sources. One can use even much simpler query to reproduce (1 table, 1 database ...).
[21 Jul 2010 18:57]
Reggie Burnett
We can't fix this. The issue is that SQL Server's ROUND function takes a minimum of 2 parameters and the query builder is specifically wired for SQL Server. One can work around this by always giving 2 parameters.