An open API service indexing awesome lists of open source software.

https://github.com/kathleenwest/myadodemo

A simple windows form application that uses ADO.NET to connect to an existing (pre-installed) SQL Server Database to query and then display product categories into a Data Table Grid View on the form.
https://github.com/kathleenwest/myadodemo

ado ado-net csharp csharp-code northwind northwind-database sql sql-server-database visual-studio windows-forms

Last synced: 28 days ago
JSON representation

A simple windows form application that uses ADO.NET to connect to an existing (pre-installed) SQL Server Database to query and then display product categories into a Data Table Grid View on the form.

Awesome Lists containing this project

README

          

# myADODemo
A simple windows form application that uses ADO.NET to connect to an existing (pre-installed) SQL Server Database to query and then display product categories into a Data Table Grid View on the form.

Comments: You need to install the Northwind database to an SQL Server instance on your computer or server, then modify the application's connection string to connect to your unique server SQL database instance.