Re: XML Help urgently wanted
Open XML file with ADO RecordSet ... you will get the
Normal Record set and you can Deal with that same way
like normal Recordset.
-x8086
Re: XML Help urgently wanted
Thank you for your reply. Can i get an example or link where i can find a sample code.
Re: XML Help urgently wanted
Re: XML Help urgently wanted
if you are going to search for the nodes based on attributes and/or contents, you can take advantage of the XQL/XLS by accessing the xml in DOM using/referencing the MS XML.
Re: XML Help urgently wanted
Thank You Thread1, Can i have an example if possible. And more question is that can we load entire XML into memory and then do searching. The XML file should be in ecrypted form so that if any user open it in notepad they should not see the actuall data. So that we can provide some data security
Re: XML Help urgently wanted
Hi Friends
I have an XML file of size 50MB. When i am trying to parse it with DOM it is taking loat of memory and cpu resourses. I am using VB 6.0, I tried using SAX also, but could not stop at a particular element i wanted. So please kindly suggest me wht is the best way in dealing huge xml files.
It is very urgen. Any kind of help is welcomed. Thanks in Advance