![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#2
|
|||
|
|||
|
Cita:
¿ como funciona eso de SQL Server Profiler ? ¿que beneficios hay. por que se usa, donde y en que situaciones es necesario monitorear con una herramienta asi? estos tienen herramientas http://www.sqlmanager.net/en/products/studio/ibfb http://sqlmaestro.com/products/firebird/ esto parce que si es http://support.embarcadero.com/en/article/34781 Problem: Use the TIBSQLMonitor component to monitor the dynamic SQL that passes through the InterBase server. You can write an application that can view only its own SQL statements, or you can write a generic SQL monitor application that monitors the dynamic SQL of all applications built with InterBase Express (IBX). Use the TIBSQLMonitor component to watch dynamic SQL taking place in all InterBase data access applications both before and after they have been compiled. Solution: To build a simple SQL monitoring application, follow these steps: 1. Open a new form in Delphi. 2. Add a Memo component to the form and clear the Lines property. 3. Add a TIBSQLMonitor component to the form 4. Double-click the OnSQL event and add the following line of code: Memo1.Lines.Add(EventText); 5. Compile the application. You can now start another IBX application and monitor the code. esto no se http://blogs.teamb.com/craigstuntz/2004/09/07/1249/ esto nose http://cc.embarcadero.com/item/16162 Interbase® Monitor is a small utility witch monitors current attached databases and users. |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| Controlar Monitor | tiel | API de Windows | 14 | 27-11-2008 13:42:53 |
| Monitor Bin Hex Dec | JoseFco | ASM y Microcontroladores | 2 | 24-06-2008 00:07:15 |
| Monitor | FGarcia | La Taberna | 1 | 01-09-2007 01:48:50 |
| problema con monitor | nego | Gráficos | 1 | 05-08-2005 15:50:48 |
| Form en monitor de 15/17 | kwan | Varios | 6 | 25-09-2003 03:04:40 |
|