From:
<car...@te...> - 2004-01-15 22:37:57
|
Hello: > I am retrieving a BLOB field from a firebird db via .net provider 1.5 > > I am using ExecuteScalar() to get the first single result from execution of > the stored procudure I am trying to retrieve the value like so It's a blob field with subtype text ?? if not the provider will return an array of bytes and you will need to convert it to an string using the Encoding classes. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |