What steps will reproduce the problem?
1. clicking Select on List page
What is the expected output? What do you see instead?
It should go to the Add/Edit page
It displays error ORA-00907: missing right parenthesis
What version of .netTiers and CodeSmith are you using?
.netTiers 887
CodeSmith 5.3.4
Please provide any additional information below.
The attached patch includes a new method GetColumnNameValue in
\netTiers\Entities\EntityHelper.cst and the call to this is placed in
...\Data\BaseDataSource.cs
The old code improperly called GetEnumTextValue which returns the friendly name
containing a space causing an invalid sql query to be executed.
Original issue reported on code.google.com by contactb...@gmail.com on 19 Jul 2011 at 1:18
Original issue reported on code.google.com by
contactb...@gmail.com
on 19 Jul 2011 at 1:18Attachments: