2
Answers

how to retrieve the binary data from a table

karthi vimala

karthi vimala

13y
1.8k
1
hi,

   can any one explain me how to retrieve the binary data from a table

resumearray = ((

i used like this.

in declaration i declare like this

byte[] resumearray;

but the error use of unassigned local variable error will occur.how can i solve this

byte[])rdr["resume"]);
Answers (2)