XDocument.Query()

E

Eric

I have got my call to a stored procedure completed using JScript, the
problem is that when I call the stored procedure using the
XDocument.Quiery(), nothing happens.

Is there anyway to debug this process. I already have outputted the query to
a dialog box, and it is correct, I just need to find out what is going on
when actually calling the stored procedure.

Thanks!
Eric
 
W

willib

Ther is no query method on the Main XML,
Try query on secondary Datasouces.
XDocument.DataObjects("NameOfDatasource").Query()

later maybe call forceUpdate to refresh the view



hth
willib
 
W

willib

Hello Eric,

sorry, your right, there is a Query Method,
but only if you start your formdesign from a dataconnection..

in Infopath a database query is giving me security-warnings when using db'
on other maschines.
You may have to look at the securitysettings ( crossdomain permission)

hth
willib
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top