Showing related tags and posts accross the entire site.
-
I have a problem with Nettiers version 2.0.1.471 . It's easy to reproduce. 1) Create a table with a column named "colX" 2) Create a Custom Stored Procedure that specify the name of the "Colx" in the order by clause (for example) 3) Generate and everything will be OK 4) Drop de...
-
I've made two changes to a table's column names - changing the Id column to TableNameId. I've got some custom stored procedures that select from this table - so I updated those as well. I regenerated, with no compile errors - but I'm getting a SQL exception with "Invalid field name 'Id'" - the old field...