Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Pulling data from external site


Message #1 by "Satyajeet Hattangadi" <satyajh@m...> on Wed, 31 Jul 2002 19:10:33 +0530
Perhaps the information is in the HTML tags that you are discarding. Can you
use that information to separate out individuals records and then strip out
the remaining HTML?

-----Original Message-----
From: Satyajeet Hattangadi [mailto:satyajh@m...]
Sent: 31 July 2002 14:41
To: professional vb
Subject: [pro_vb] Pulling data from external site


Hi, i need to pull data from an external site and save it to a database.The
data is basically obtained from a site where there is a search form and the
search is performed without specifying parameters.( so all records are
fetched) So a lot of pages are generated. Im using the XML parser to post
the data and retreive data page by page. i have managed to strip the data of
the html tags.I no need to save the records to a db.Unfortunately there is
no delimiter left for me to parse the data.
Any suggestions how i can save the data record by record.Also does anybody
know a more efficient way of doing this.
Basically the app will act like a robot pulling all data and saving it to
the database.
I hpoe my explanation is clear.if not let me know i rephrase it.
Thanks in advance
Satya


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.361 / Virus Database: 199 - Release Date: 07/05/2002

*********************************************************
Disclaimer

This message (including any attachments) contains
confidential information intended for a specific
individual and purpose, and is protected by law.
If you are not the intended recipient, you should
delete this message and are hereby notified that
any disclosure, copying, or distribution of this
message, or the taking of any action based on it,
is strictly prohibited.

*********************************************************
Visit us at http://www.mahindrabt.com


---
Visual C# - A Guide for VB6 Developers
This book will make it easy to transfer your skills
from Visual Basic 6 to C#, the language of choice
of the .NET Framework.
http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059



  Return to Index