Read Oracle BLOB field
问题 I try to read an Oracle BLOB field and show the content i a richTextBox. The examples i find with google are almost the same but still i can't get it to work. I know that the BLOB field contains serialized data. This is what i have so far: (the connecetion en reader work fine) private void button1_Click_1(object sender, EventArgs e) { //testen of een blob is uit te lezen OracleCommand cmd = new OracleCommand(); cmd.Connection = OraConnection.conn; cmd.CommandText = "select id, blobfield from