I want to create an APP that serve a webpage with a Data Grid that dynamically show the results of a unknown SQL Query that will be supplied in a text file.
The scenario: Our consultants Creating a query and place it in an SQL.ini file in the same folder as the go program. The first time it runs it will ask the SQL credential details then encrypt and save it it to a setup.ini file.
This can be set up as a service or a standalone App.
I’ll appreciate any assistance with this query, don’t want to do it in C#. Would Love doing it in GO.