News

You can directly run SQL queries on a database from Excel. The traditional method was to create a Macro and write a long Visual Basic code by using ADO connection to get connected with the source.
I would like the user to be able to click a button on the web page that will run a SQL query (canned report) and export the result data to an Excel spreadsheet. The data does not need to display ...