I have a simple C# Application that requires access to an admin table which persists two variables.
Can someone tell me what is the fastest(in terms of dev time) method to interact with the database to retrieve and update the table. I don't wish to create an entire data layer just to gain access to a single table?