V
Vanny
How can we find a Field data types from DataReader/Dataset/Datatable in
VB.net ??? For example code in VB6 where rstRecName is a recordset and j is
a column index:
If rstRecName.Fields(j).type = adLongVarChar Then
(do something)
end if
Thanks for your help
Vanny
VB.net ??? For example code in VB6 where rstRecName is a recordset and j is
a column index:
If rstRecName.Fields(j).type = adLongVarChar Then
(do something)
end if
Thanks for your help
Vanny