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"]);