I am successfully populating an Excel sheet in a browser.
If I change my data, I expect these changes to show when I refresh my browser. My problem is that I cannot get the data to refresh at all. I am using the DROP SQL command, which (supposedly) deletes the current info in the Excel sheet before repopulating with fresh data. ??It appears that the Excel sheet is cached??
It is impossible to use UPDATE SQL or DELETE SQL with ODBC, only INSERT.
(Also, I've tried using cffile=copy to create a blank Excel file every time and then populate it. This works one time, then I cannot delete it to create another one, ODBC don't like it!)
Help!
If I change my data, I expect these changes to show when I refresh my browser. My problem is that I cannot get the data to refresh at all. I am using the DROP SQL command, which (supposedly) deletes the current info in the Excel sheet before repopulating with fresh data. ??It appears that the Excel sheet is cached??
It is impossible to use UPDATE SQL or DELETE SQL with ODBC, only INSERT.
(Also, I've tried using cffile=copy to create a blank Excel file every time and then populate it. This works one time, then I cannot delete it to create another one, ODBC don't like it!)
Help!