This is a migrated thread and some comments may be shown as answers.

Unable to delete row from Oracle table

0 Answers 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dinesh
Top achievements
Rank 1
Dinesh asked on 11 Jun 2012, 03:49 PM
I am not getting any error. However the row does not get deleted. Below are the details:

<asp:SqlDataSource ID="SqlDataSourceCredit" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionStringLeasePak %>"
        ProviderName="<%$ ConnectionStrings:ConnectionStringLeasePak.ProviderName %>"
         DeleteCommand="delete from portal.creditapplication where capid = :CAPID">
        <DeleteParameters>
            <asp:Parameter Name="CAPID" Type="Int32"/>
        </DeleteParameters>
    </asp:SqlDataSource>

Thanks,
Dinesh.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Dinesh
Top achievements
Rank 1
Share this question
or