EXECUTE permission denied on object <stored procedure>,database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • masoumeh
    New Member
    • Sep 2006
    • 5

    EXECUTE permission denied on object <stored procedure>,database

    please help me

    I use this code
    TA_Insert_Langu age as new DataSetName.Ins ert_LanguageTab leAdapter
    DT_Insert_Langu age as new DataSetName.Ins ert_LanguageDat aTable
    dim MaxRow as new DataRow
    dim row as integer
    MaxRow=Select_M axRow.MAXROW
    row=MaxRow.Sele ct("","").GetVa lue
    'This is a stored procedure that select max(Row)form the table in database
    'that will be worked becuase row is valid but below code dose not worked
    TA_Insert_Langu age.Fill(DT_Ins ert_Language,ro w,English)
  • cutamacious
    New Member
    • Oct 2006
    • 7

    #2
    Originally posted by masoumeh
    please help me

    I use this code
    TA_Insert_Langu age as new DataSetName.Ins ert_LanguageTab leAdapter
    DT_Insert_Langu age as new DataSetName.Ins ert_LanguageDat aTable
    dim MaxRow as new DataRow
    dim row as integer
    MaxRow=Select_M axRow.MAXROW
    row=MaxRow.Sele ct("","").GetVa lue
    'This is a stored procedure that select max(Row)form the table in database
    'that will be worked becuase row is valid but below code dose not worked
    TA_Insert_Langu age.Fill(DT_Ins ert_Language,ro w,English)
    Hi

    Probably this needs to be posted under the .NET section instead.

    Hoever, can you give the error message it is dispalying .. does it say PERMISSION DENIED from SQL SERVER or from the ASP.NET worker process. If it displays any error, copy the whole error and paste it as a reply here.

    Comment

    Working...