Return to Snippet

Revision: 53395
at November 22, 2011 03:52 by javageget


Initial Code
Private Sub DeleteRow(ByVal RowNumber As Integer)
        daLot.Fill(dsLot)
        dsLot.LOT.Rows.Find(lsvLot.SelectedItems.Item(RowNumber).Text).Delete()
        daLot.Update(dsLot)
    End Sub

Initial URL

                                

Initial Description

                                

Initial Title
delete using vb+access

Initial Tags

                                

Initial Language
VB.NET