Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSSQL Profiler Equivalent For Pervasive 2000i or V8 1

Status
Not open for further replies.

ej00

Programmer
Sep 18, 2001
6
US
Does anyone know if there is a tool like MS SQL Server's Profiler that will allow me to monitor the SQL statements being issued against a Pervasive database? I have both 2000i and 8 of Pervasive if there is a tool with either of those versions. Basically, I want to see what tables and fields are being selected from and updated with an application I am running. Thanks for any help.
 
Pervasive monitor is a bit like that but it doesn't have as much functionality. If you're accessing your data through odbc you could try setting the odbc trace on.
 
The app does use ODBC. I have tried tracing through the ODBC administrator however nothing gets logged against the Pervasive database. I did not see anything in the Pervasive monitor utility that showed the actual SQL and the query plan viewer (w3sqlqpv.exe) does not seem to do anything. Is there something I am doing wrong or a setup issue with either of these three options?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top