Databases and VB.Net tutorial 07: Access DataTables rows and fields programmatically - Part 2
Loading...
4,111
Loading...
Uploader Comments (mkaatr)
see all
Video Responses
This video is a response to Databases and VB.Net tutorial 07: Access DataTables rows and fields programmatically - Part 1
see all
All Comments (6)
-
hi sir , can you post a video lesson on how to backup and restore database ms access using vb.net thank you sir
Loading...
hi can you post how to delete all data in columns?
ty
deathpedal 6 months ago
@deathpedal
If you want to remove data from a table, you could use the Delete method of the table adapter, or you could create a query adapter that execute a delete query. It depends mostly on what you want to delete.
mkaatr 5 months ago