Hello all!
Does anybody know the way to create some king of a log file and send data to it from the web page. In other words, I want to be able to send my data not to the SQL or Access table, but to the .txt or .csv file. Every new record should be appended to the existing list. The whole point of having this code is to have a backup of the tables that are already connected to this web page. On the other hand, I don't want to have another table in SQL that will store the backup. Is there a way?
I appreciate your ideas.
Does anybody know the way to create some king of a log file and send data to it from the web page. In other words, I want to be able to send my data not to the SQL or Access table, but to the .txt or .csv file. Every new record should be appended to the existing list. The whole point of having this code is to have a backup of the tables that are already connected to this web page. On the other hand, I don't want to have another table in SQL that will store the backup. Is there a way?
I appreciate your ideas.