Test of existence on a Table \"Oracle\"

Home Page Forums BizTalk 2004 – BizTalk 2010 Test of existence on a Table \"Oracle\" Test of existence on a Table \"Oracle\"

#12429

Hi,

if I write :

nStatus = System.Convert.ToInt32(xpath(Message_ResponseSelect.parameters, \”count(//Record)\”));

the expression editor doesn’t show an error, but when I deploy and test the solution, normally it should have nStatus = 1, because the Record already exists!!!

But with this test, I have mStatus = 0 😕

I don’t know why !! 🙁

Do you have a suggestion ??
Thank you

A.C.