Browse by Tags

All Tags » Stored Procedure (RSS)

Procedure or function expects parameter which was not supplied. by guru_sarkar

Recently I got this error when doing a ADO.NET database call using ExecuteReader. Procedure or function expects parameter '@myid' , which was not supplied. Actually, the error is kind of misleading. Why because I clearly adding my parameter @myid to the...
More Posts