Search

You searched for the word(s): userid:822618

Matching Posts

  • Re: Secure Dynamic Data Site

    Hi Thanks heaps for sample, I have implemented on my site and it works ok. I had a couple of questions. Delete is only available for the role tagged as 'administrator' How would I go about allowing other user roles to have delete access on certain tables? I tried adding the 'Delete' action in attributes but it didn't work. [Security(Role = "Anonymous", Action = "AnonymousList")] [Security(Role = "Developer", Action = "List")] [Security(Role
    Posted to ASP.NET Dynamic Data (Forum) by mdausmann on 7/10/2009
  • Multi Row Anonymous table statement through Ado2.0

    Hi I am writing a Unit test for a data access layer. I want to execute a SQL string to Oracle and have it return 2 resultsets.... the following SQL works fine on SQLServer and Sybase.... sqlStatementMultipleResult = "select 'value1' as column1, 'value2' as column2 Select 'value3'"; I know on Oracle i need to use DUAL but i cant seem to get the statement to execute... The following yields a System.Data.OracleClient.OracleException: ORA-00911: invalid character...
    Posted to Oracle (Forum) by mdausmann on 8/29/2008
    Filed under: ado.net
Page 1 of 1 (2 items)