The following example shows what a simple ADO.NET application that connects to
the Northwind database and returns a list of Categories would look like.
The example writes the output to the console,
or command prompt.
The following example shows what a simple ADO.NET application that connects to the
Northwind database andreturns a list of Categories.
The example writes the output to the console, or command prompt.
SqlClient
[Visual Basic]
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports Microsoft.VisualBasic
Pu...