vote up 0 vote down star

How can I write a log for sharepoint BDC List webpart? I want to know that which sql query bdc list webpart send to the database. Like I am filtering webpart on "Test". So, what would be the sql query? Either SELECT * FROM TABLE WHERE A='TEST' OR SELECT @ FROM TABLE? Is there any way to check what request sharepoint send to my Oracle database?

flag

0% accept rate

2 Answers

vote up 0 vote down

You can use SQL Profiler to check any query going to the database.

http://msdn.microsoft.com/en-us/library/ms181091.aspx

http://www.eggheadcafe.com/articles/sql_server_profiler.asp

link|flag
vote up 0 vote down

Which tool I can use for Oracle to check any query request?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.