codecharge_user9
Posts: 7
|
| Posted: 02/15/2005, 7:34 AM |
|
Hello,
I just purchased a CodeCharge Studio (Professional). I am just wondering if there is a logging feature that I can use.
That is, a file that lists all the operations(insert, update, delete) that have been done on the tables in the database by turning this feature on.
I am using ASP for server side and Javascript for client side.
Thanks very much
|
 |
 |
peterr
Posts: 5971
|
| Posted: 02/15/2005, 5:29 PM |
|
Hi,
I previously responded that there is no such feature in CCS.
There is probably no need for this since the database should handle such logging.
However, I think that when using ASP you can implement your own routine that does such logging. You could probably modify the Execute function in Common.asp and save the value of LastSQL.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
codecharge_user9
Posts: 7
|
| Posted: 02/17/2005, 7:51 AM |
|
Thanks Peter.
It works.
|
 |
 |
|