ODBC sniffing...
From: RamG (xyz_at_abc.com)
Date: 02/28/04
- Next message: BusyByte: "You can not use an OLE DB provideer for ODBC driver"
- Previous message: msnews.microsoft.com: "ODBC logging...."
- Next in thread: Igor Shekalev: "Re: ODBC sniffing..."
- Reply: Igor Shekalev: "Re: ODBC sniffing..."
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 22:27:23 +0530
Hi,
I have a VC++ program (exe) through which I want to find out the SQL
statements (INSERT, UPDATE, DELETE, SELECT and any stored procedure calls
with parameter values) that are issued by another Client/Server executable
on a database. Both the exes will be running on the client machine while
the database exists on the server machine. Is there some way of finding
this information?
Will the ODBC log file be of any use? Can it give info about the SQL
statements and the values passed to the queries. Is there any other way of
doing it without reading the log files?
- how to get the log file to be created on the client side
- will the log file have the complete SQL statement with values passed by
the exe
- is there a different method for sniffing the SQL statements issued on the
client side.
Info about the above questions will be of great help.
Please respond back on this group itself.
Thanks,
RamGopal
- Next message: BusyByte: "You can not use an OLE DB provideer for ODBC driver"
- Previous message: msnews.microsoft.com: "ODBC logging...."
- Next in thread: Igor Shekalev: "Re: ODBC sniffing..."
- Reply: Igor Shekalev: "Re: ODBC sniffing..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|