I was wondering if someone could point me in the correct direction... I'm not quite sure where to start or what to start with.
I have several SQL statements that I have developed for several customers who are all on a the same application. I would like to provide them with the ability to get a result-set in Excel from those SQL statements.
I don't want them being able to view the SQL statements and I don't have access to their system. I'm essentially selling them the processed data for their system.
What would be the best way to distribute a scenario like this to my customers? I understand that someone smart enough could probably figure out the SQL it was executing, but I think you get where I'm going w/ this.
Step 1: Execute .exe
Step 2: Specify ODBC Data Source
Step 3: Specify location to save Excel file w/ Result Set from the embedded SQL statement written for that ODBC data source.
I have several SQL statements that I have developed for several customers who are all on a the same application. I would like to provide them with the ability to get a result-set in Excel from those SQL statements.
I don't want them being able to view the SQL statements and I don't have access to their system. I'm essentially selling them the processed data for their system.
What would be the best way to distribute a scenario like this to my customers? I understand that someone smart enough could probably figure out the SQL it was executing, but I think you get where I'm going w/ this.
Step 1: Execute .exe
Step 2: Specify ODBC Data Source
Step 3: Specify location to save Excel file w/ Result Set from the embedded SQL statement written for that ODBC data source.