L
Leon Shaw
I'm trying to insert a record into a sql server 2000 database using a store
procedure (vs.net is my develop tool) on the button click event but I keep
getting the following error after clicking the button:
Object must implement IConvertible.
What Can I do to fix this problem. It seems like it want to explicit convert
a value to a specific datatype, but I set my command through vs.net which
took care of that for me. what would you suggest?
procedure (vs.net is my develop tool) on the button click event but I keep
getting the following error after clicking the button:
Object must implement IConvertible.
What Can I do to fix this problem. It seems like it want to explicit convert
a value to a specific datatype, but I set my command through vs.net which
took care of that for me. what would you suggest?