https://github.com/dbosing/flight-management-system
A Flight Management program that provides the user a booking system to book a given flight using local database.
https://github.com/dbosing/flight-management-system
Last synced: about 1 year ago
JSON representation
A Flight Management program that provides the user a booking system to book a given flight using local database.
- Host: GitHub
- URL: https://github.com/dbosing/flight-management-system
- Owner: dbosing
- Created: 2024-12-16T02:00:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T02:04:05.000Z (over 1 year ago)
- Last Synced: 2025-02-09T10:22:55.939Z (over 1 year ago)
- Language: C#
- Size: 4.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight-Management-System
A Flight Management program that provides the user a booking system to book a given flight using local database.
Using Windows Forms and C# as the main program. Also looking forward to implementing more features into this project.
To run the program, apply your own Database Server into the DatabaseHelper.cs file in the ConnectionString variable
(i.e. "Server=EXAMPLE;Database=FlightManagementDB;Integrated Security=true;TrustServerCertificate=true;";)