I am having a bit of an issue with logging information from my console application in Visual Studio to an SQL database. The issue is, I have no idea where to start.
I currently have a separate log file that logs specific information. I want to take this information and make an SQL database to use on my website. I know I could manually enter the logs into the database but I want it to log automatically as the information needs to be displayed and updated at least once an hour.
As I said, I have no clue where to start on this.