SQL problem
-
Hi I have an SQL query which can be run in the Microsoft Visual C# 2005 Express Edition. But when I put that query in my program, it doesn't get run and it throws an exception saying "No given value for one or more required parameters". Anybody knows how it could happen? Thanks
-
Hi I have an SQL query which can be run in the Microsoft Visual C# 2005 Express Edition. But when I put that query in my program, it doesn't get run and it throws an exception saying "No given value for one or more required parameters". Anybody knows how it could happen? Thanks
printscreen12345 wrote:
"No given value for one or more required parameters". Anybody knows how it could happen?
Just a guess, but I'd say you have parameters in your SQL statement that are not being set.
only two letters away from being an asset
-
printscreen12345 wrote:
"No given value for one or more required parameters". Anybody knows how it could happen?
Just a guess, but I'd say you have parameters in your SQL statement that are not being set.
only two letters away from being an asset
-
Hi I have an SQL query which can be run in the Microsoft Visual C# 2005 Express Edition. But when I put that query in my program, it doesn't get run and it throws an exception saying "No given value for one or more required parameters". Anybody knows how it could happen? Thanks