The database connection is so easy to do in .Net Framework.
We will use Microsoft Access database for our example, the code will be written in C#.Net.
For start create one Microsoft Access database (db.mdb), and create a table (Info) with the folowing columns
ID (AutoNumber)
FirstName (Text)
LastName (Text)
Then in button event (it’s described here), add [...]
{ Comments }

