D
David C
I have an aspx page with an editible GridView. When I click the Update
button the stored procedure runs (I know because the underlying data was
changed) but throws an exception as follows:
Source: .Net SqlClient Data Provider
An unhandled exception occurred:
Message: Cannot find the object 'rfp_updPeopleAndLink', because it does not
exist or you do not have permission.
I looked at the permissions and [public] has execute permissions.
I am using the DataSource UpdateCommand as follows:
UpdateCommand="EXEC rfp_updPeopleAndLink @Phone, @CellPhone, @Email,
@PersonID, @LinkNotes, @PrimaryPerson, @PropLinkID">
Any ideas on where I might look to resolve this? Thanks.
David
button the stored procedure runs (I know because the underlying data was
changed) but throws an exception as follows:
Source: .Net SqlClient Data Provider
An unhandled exception occurred:
Message: Cannot find the object 'rfp_updPeopleAndLink', because it does not
exist or you do not have permission.
I looked at the permissions and [public] has execute permissions.
I am using the DataSource UpdateCommand as follows:
UpdateCommand="EXEC rfp_updPeopleAndLink @Phone, @CellPhone, @Email,
@PersonID, @LinkNotes, @PrimaryPerson, @PropLinkID">
Any ideas on where I might look to resolve this? Thanks.
David