u41c
✅ Stored Procedure Help
Hello, I have a stored procedure in my project called
spGetVendor
. It takes one parameter, @VendorID
. I've instantiated a new SqlCommand
object that can be used to interact with the stored procedure and I've passed the parameter to it. When I try to use it however, it says that the parameter has not been passed?? Any ideas?
4 replies
Inventory Maintence Project Issue
I have two forms, one that lets you enter data for a new item. Once you hit Save, it should create a new InvItem object and add it to a list of inventory items and display it in the list. I can't seem to figure out how to get it to add the item. Any suggestions?
20 replies