How can I change object returned from database to a byte array
e.g.
byte[] b = row["FullName"];
also
how can I save a byte[] to database row?
Thank you,
Po
--
----------------------------------------------------------------------
This is an unmonitored email account. Please do not reply directly to
this email. Bunch of green developers use this email account to post
question in hope of not getting hahaha in return.
e.g.
byte[] b = row["FullName"];
also
how can I save a byte[] to database row?
Thank you,
Po
--
----------------------------------------------------------------------
This is an unmonitored email account. Please do not reply directly to
this email. Bunch of green developers use this email account to post
question in hope of not getting hahaha in return.
Comment