VB.Net How to make DataColumn of Image time for a DataTable  
Author Message
Jawad Naeem





PostPosted: .NET Framework Data Access and Storage, VB.Net How to make DataColumn of Image time for a DataTable Top

Hi,
In my database table i have a column of image type. I want to get the the record from my table having image and want to store it in DAta TAble and then want to assign that DataTable to datagrid as a data source.
Please tell me how to make the dataColumn of image type in DataTable.

Regards,
Jawad naeem


.NET Development13  
 
 
Paul Domag





PostPosted: .NET Framework Data Access and Storage, VB.Net How to make DataColumn of Image time for a DataTable Top

HI,

Columns containing images should have the type of byte array or System.byte[]. But AFAIK, data type of columns are automatically generated when a fill is issued upon a dtaaset or datatable.

cheers,

Paul June A. Domag