|
This is a very basic ADONet test program I wrote to understand the way ADONet works. It writes to a Access 2000 database (included), read from as a dataset, and delete rows selected in a listview box. Its very simple but the same code can be used for much more complicated routines.
Note: This uses standard SQL strings for adding, editing, and deleting. In a real world app you would use parameters to do your data interactions as in this very basic way of doing things will not take into account characters such as single or double quotes.
Download the VB.Net 2005 source code: code-adonettest.zip
This source is released under the GPL. |