Put a try catch in there to verify what the error is.

On Wed, Mar 4, 2015 at 5:06 PM, Rafael Copquin <[email protected]>
wrote:

> The error occurs when I am trying to pull the cursor from the xml received
> from the calling form, at the init event of the called form, with this code
>
>
> Local oXML
>
> oXML=CreateObject('XmlAdapter')
> oXML.LoadXML(tcXML)
>
> oXML.Tables.Item(1).ToCursor()    && pulling curApagar cursor
>
> Rafael
>
>
>
> El 04/03/2015 a las 19:41, Tracy Pearson escibió:
>
>> Rafael,
>>
>> Let's back track a little.
>>
>> Are you saying you got the error with this code?
>>
>>     oXML=CreateObject('XmlAdapter')
>>>>    oXML.LoadXML(tcXML)
>>>>
>>> The LoadXML failed? This wouldn't have anything to do with the SQL
>> server or
>> network.
>>
>> Or are you saying the error is occurring here:
>>
>>>         oXML.addtableschema('curApagar') oXML.ToXML("cXML")
>>>>
>>> The error message doesn't make sense for that line to be the culprit.
>>
>> *Or* is the error happening when you attempt to send the XML to the SQL
>> server?
>>
>> Tracy Pearson
>> PowerChurch Software
>>
>>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAJidMYKCUZe2hKah1hcu4zqNvMbpNFKsYDczNHTAAstk=ss...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to