Hi, I want to develop a database profiler. The basic functionality I want to achieve is to intercept the query that is being fired. I plan to do it for Sybase, MySql and other databases. I want my app to act like a proxy between the user app and the database. I am using C#.