From: Carlos G. A. <car...@te...> - 2003-09-18 09:29:35
|
Hello: > 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? If you are using implicit transactions i have committed now a patch for them when using blob/array fields. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |