Thanks for letting me know. Line 14 is not only useless but invalid.
2013-05-14 23:53:39 PDT in Evolutility - CRU...
evoluteur committed revision 1192 to the Evolutility - CRUD framework for ASP.net SVN repository, changing 1 files.
2013-05-14 23:49:46 PDT in Evolutility - CRU...
Try DBChange w/ ASP code or a trigger on update and insert w/ SQL code.
2013-04-24 21:35:33 PDT in Evolutility - CRU...
evoluteur committed revision 1191 to the Evolutility - CRUD framework for ASP.net SVN repository, changing 1 files.
2013-04-12 00:29:02 PDT in Evolutility - CRU...
evoluteur committed revision 1190 to the Evolutility - CRUD framework for ASP.net SVN repository, changing 1 files.
2013-04-11 23:46:19 PDT in Evolutility - CRU...
You can set the application readonly by using the webcontrol "DBReadOnly" property (in the ASPX page). There are other properties to limit different operations in a more granular way. check the doc at http://www.evolutility.org/doc/EvoDoc_Properties.aspx EvoDico creates tabes but never delete them. I agree w/ you that would be too dangerous.
2013-04-05 00:20:19 PDT in Evolutility - CRU...
You can use an older version of the stored procedure which do not use ROW_NUMBER(). Download an older versions of Evolutility and use the stored procedure provided there.
2013-04-03 22:18:13 PDT in Evolutility - CRU...
Evolutility is designed to work w/ primary keys of type "int". You may be able to make it work w/ your varchars by changing the column names from "int" to "bigint" but it is not optimal.
2013-04-03 21:31:56 PDT in Evolutility - CRU...
Updated EvoSP_PagedItem to use nvarchar instead or varchar for parameters.
2013-02-24 00:18:08 PST in Evolutility - CRU...
evoluteur committed revision 1189 to the Evolutility - CRUD framework for ASP.net SVN repository, changing 1 files.
2013-02-24 00:15:45 PST in Evolutility - CRU...