I want to run a SQL query for a statement such as
SELECT * From Name.DBO
How do I then look at displaying this in HTML?
Note I need this to work with MS SQL and NOT MySQL
I want to run a SQL query for a statement such as
SELECT * From Name.DBO
How do I then look at displaying this in HTML?
Note I need this to work with MS SQL and NOT MySQL