Khaledinho Posted July 7, 2005 Posted July 7, 2005 Hi Can anybody explain why the following exception occurs Microsoft OLE DB Provider for SQL Server error '80040e10' No value given for one or more required parameters. /somepage.asp line 22; Quote Life is the biggest school
bri189a Posted July 7, 2005 Posted July 7, 2005 In other words a stored procedure (or function) was expecting a parameter to be passed to it and one wasn't. Quote
Afraits Posted July 8, 2005 Posted July 8, 2005 It can also mean a typo when entering a SQL statement eg Select * From [Mytable] where [Mytalbe].[GroupID]=10 because the Mytable is spelt incorrectly in the where clause the parser sometimes assumes that it is expecting a paramter, though my experience with this particular exception has been when using MS Access Dbs Quote Afraits "The avalanche has started, it is too late for the pebbles to vote"
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.