Incorrect generation of update statment using the query designer in VS 2008
Posted: Mon 21 Apr 2008 18:41
When I use myDirect with Visual Studio 2005, the query designer creates a statement that looks like this
UpdateCommand="UPDATE `TASK_BATCHES` SET `PRIORITY` = ? WHERE `ID` = ?">
If I use Visual Studio 2008, it creates
UpdateCommand="UPDATE TASK_BATCHES SET PRIORITY = :PARAM1 WHERE (ID = :PARAM2)">
the second form does not work. I'm using version 4.30.24.
UpdateCommand="UPDATE `TASK_BATCHES` SET `PRIORITY` = ? WHERE `ID` = ?">
If I use Visual Studio 2008, it creates
UpdateCommand="UPDATE TASK_BATCHES SET PRIORITY = :PARAM1 WHERE (ID = :PARAM2)">
the second form does not work. I'm using version 4.30.24.