This document describes how to connect to a database and run commands like UPDATE, INSERT, or DELETE using ADO.NET in a Visual Basic .NET console application. It explains how to create a connection string, open a connection, construct a command object specifying the SQL statement, and execute the command. Parameters can be used in the SQL statement and values bound to the parameters when executing the command.