On 1/7/07, Carfield Yim <[EMAIL PROTECTED]> wrote:
So that I can use the ID of the record to check for permission when
initalization. If the user don't have permission to load that record,
the system will throw an exception and we will show an generic
permission deny page.

It seems like this would be way more efficient to do in the SQL.

That way you don't have any overhead (i.e., network latency, object
creation, etc..).

Larry

Reply via email to