Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exception code=E06D7363 in xmltocursor
Message
De
02/02/2021 02:07:31
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
01/02/2021 16:02:31
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
01677985
Message ID:
01677992
Vues:
50
https://forums.tomshardware.com/faq/how-to-fix-windows-10-error-%E2%80%98external-exception-e06d7363%E2%80%99.2752246/

Possibly XMLTOCURSOR is no good idea working with external object.
Will it work if you try
...
lcXML = resultDoc.xml
IF XMLToCursor(m.lcXML, 'result', 8192 )=0
...
?
Update:
Try different name for cursor too, one never know.

Lutz
>Big xml file needs converted to VFP cursor
>
>tried
>
>
>source = CreateObject('MSXML.Domdocument')
>stylesheet = CreateObject('MSXML.Domdocument')
>resultDoc = CreateObject('MSXML.Domdocument')
>resultDoc.validateOnParse = .t.
>stylesheet.load(StiiliLeht)
>source.load( 'bigxml.xml' )
>source.transformNodeToObject(stylesheet, @resultDoc)
>
>* Exception code=E06D7363
>IF XMLToCursor(resultDoc.xml, 'result', 8192 )=0
>
>
>But fatal exception Exception code=E06D7363 occurs in line
>
>IF XMLToCursor(resultDoc.xml, 'result', 8192 )=0
>
>and application terminates.
>How to convert big xml file to cursor ?
>
>Posted also in
>
>https://stackoverflow.com/questions/66000261/reading-big-xml-file
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform