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