Skip to content

Instantly share code, notes, and snippets.

View liru-old's full-sized avatar

OLD ACCOUNT IGNORE ME liru-old

View GitHub Profile
using System.Collections.Generic;
using System.Data.SqlClient;
namespace SunTripsLin
{
class Database
{
// [IMPORTANT] Connection string: used to connect to the DB, make sure you replace "SunTrips" with your database name!!
private readonly string connectionString = "Data Source=localhost;Initial Catalog=SunTrips;Integrated Security=True";