How to know the exact statement fired in Data app block?
Posted
by AJ
on Stack Overflow
See other posts from Stack Overflow
or by AJ
Published on 2010-05-25T00:28:23Z
Indexed on
2010/05/25
0:31 UTC
Read the original article
Hit count: 625
Hi We are using "Enterprise Library Data Access Application Block" to access SQL Server database. In DataAccess layer, we are calling application block's API. Internally it must be resolving the command and parameters into SQL statement.
How can I know what SQL query goes to database?
Thanks AJ
© Stack Overflow or respective owner