ok i have one problem with the code..i get error "Column 'FileName' does not allow nulls." i tried adding this
but the error pops up just as the line " table.LoadDataRow(fields, False) " is Stepped onCode:Dim column As DataColumn = New DataColumn("FileName") column.AllowDBNull = True




Reply With Quote