Create Dataset with a Binary Field?

A

Alejandro K.

Hi, i got the following question, what will be the correct type when i
create a Column in a datatable to store Binary Information??

if i do not set the datatype it will set it to be a string...

dim dt as New Datatable
with dt.columns
.add("BinaryColumn", ?????????? ) ' What datatype???
end with

Thanks.
Alex.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top