This topic is locked

Track Searches

9/11/2004 6:40:17 AM
ASPRunnerPro General questions
author

Is there a way to track the searches people perform on the database using the _list.asp page?

Sergey Kornilov admin 9/13/2004

Nathan,
if you like to maintain list of searches that particular user performs you can save all SELECT SQL statements in Session variables.
If you like to save all searches between sessions you need to create an additional database table for this purpose where you can put username and SQL query.

500165 11/11/2005

Is there an easy way to do this? (for the GUI necessary programmer?)

Sergey Kornilov admin 11/11/2005

Allan,
you should be familiar with ASP to make that.