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.
- Host: GitHub
- URL: https://github.com/kathleenwest/myadodemo
- Owner: kathleenwest
- Created: 2017-08-14T22:15:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T16:16:07.000Z (over 7 years ago)
- Last Synced: 2025-03-17T01:21:15.973Z (over 1 year ago)
- Topics: ado, ado-net, csharp, csharp-code, northwind, northwind-database, sql, sql-server-database, visual-studio, windows-forms
- Language: C#
- Size: 2.75 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.