Hola Carlos,
I'm trying to insert some text into a blob field via a stored procedure.
I declared a parameters like this:
cmd.Parameters.Add("@IN_DESCRIPTION", FbDbType.Text).Value = "some text
here";
but I always get the exception:
"Object reference not set to an instance of an object."
in the ExecuteNonQuery() method.
What am I doing wrong?
Ciao,
Alessandro Petrelli.
|