Can someone please tell me why I'm getting an error - "No value given for on
more parameters when I execute this SQL query.


cmd.CommandText = "UPDATE products SET code= '" & TextBox1.Text & "', price=
> '" & TextBox2.Text & "' WHERE product= '" & TextBox1.Text & "'"


Fonts kept large intentionally to differentiate between " and '

Thanks,
Vivek.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/DotNetDevelopment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to