N
Nak
Hi there,
I'm sure this is pretty easy but I seem to be having problems, I have a
database that contains some binary data in some of the fields. As a test a
made this 2 bytes long with lets say "11" as it's contents (ASCII "1" &
"1"). Now when it comes to retrieving the data I am using this line of code
Call pDBRReader.GetBytes(5, 0, mybytearray, 0, Integer.MaxValue)
"pDBRReader is an OleDbDataReader"
"5 is the column in which the data resides"
I am not getting any exceptions thrown and the return value from this
line is 2, yet mybytearray is still Nothing, any ideas?? Cheers in
advance!!!!!
Nick.
I'm sure this is pretty easy but I seem to be having problems, I have a
database that contains some binary data in some of the fields. As a test a
made this 2 bytes long with lets say "11" as it's contents (ASCII "1" &
"1"). Now when it comes to retrieving the data I am using this line of code
Call pDBRReader.GetBytes(5, 0, mybytearray, 0, Integer.MaxValue)
"pDBRReader is an OleDbDataReader"
"5 is the column in which the data resides"
I am not getting any exceptions thrown and the return value from this
line is 2, yet mybytearray is still Nothing, any ideas?? Cheers in
advance!!!!!
Nick.