From: Richard B. <rb...@ar...> - 2003-11-23 23:22:50
|
Hi, Support has been added for read only objects. You can potentially create an object that is based on a view, however since a view should not be allowed to update data (even though SQL server permits it) you can set the object to be read only. In the XML for the class add readonly = "true", for example <class name="CName" table="DBTable" readonly="true" database="db"> - Richard Banks http://www.arel.com http://www.arelretail.com |