Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 405 Bytes

File metadata and controls

10 lines (9 loc) · 405 Bytes

access-database-application-windows

This project creates a Database application using C# that interacts with Microsoft Access tables. This application will allow direct interaction with database using an application interface.

Features of db app:

  • Connect to database (creates a connection with the access database)
  • Run query
  • Insert record
  • Update record
  • Delete record
  • File > Exit Application