cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Blob values

Former Member
0 Kudos

Hi,

Can i get some help to write code for Reading blob values from database

Regards

nisha

Accepted Solutions (1)

Accepted Solutions (1)

Nussi
Active Contributor
0 Kudos

Hi,

@Vasu

Binary Large Object

is a large file, typically an image or sound file, that must be handled in a special way because of its size

@Nisha

Welcome

there's a nice C# sample how to read BLOB values.

[BLOB Reading Example (C#)|http://www.firebirdsql.org/dotnetfirebird/blob-reading-example-csharp.html]

ok, the sample is with an ADO recordset but you can try it with the SAP recordset first.

much luck

lg David

Former Member
0 Kudos

Thanks David....

Answers (1)

Answers (1)

Former Member
0 Kudos

Nisha,

What r blob values..??

Vasu Natari.