Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Retrieving Text From The Web

Retrieving Text From The Web

Scheduled Pinned Locked Moved Web Development
databasehelptutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kevin Guarino
    wrote on last edited by
    #1

    Hello out there I need help with a project. Retrieving information from a text file that is in a website. For example: Steve Smith, a runner, would like to retrieve his race results, stored as text files, from a number of different websites. The results gathered would pertain to him only,not all participants, and need to be stored in a database for future reference.

    S 1 Reply Last reply
    0
    • K Kevin Guarino

      Hello out there I need help with a project. Retrieving information from a text file that is in a website. For example: Steve Smith, a runner, would like to retrieve his race results, stored as text files, from a number of different websites. The results gathered would pertain to him only,not all participants, and need to be stored in a database for future reference.

      S Offline
      S Offline
      ScottSingleton
      wrote on last edited by
      #2

      guess I shouldn't have replied to this in the other forum area where it was off topic lol... with .NET :) use WebClient class to download file use regular expression class to extract info use SQLConnection and SQLCommand to pump data into SQL Server


      'Cause I'm living on things that excite me, be it pastries or lobsters or love...
      I'm just trying to get by, being quiet and shy, in a world full of push and shove...
      Jimmy Buffett - The Wino and I know

      K 1 Reply Last reply
      0
      • S ScottSingleton

        guess I shouldn't have replied to this in the other forum area where it was off topic lol... with .NET :) use WebClient class to download file use regular expression class to extract info use SQLConnection and SQLCommand to pump data into SQL Server


        'Cause I'm living on things that excite me, be it pastries or lobsters or love...
        I'm just trying to get by, being quiet and shy, in a world full of push and shove...
        Jimmy Buffett - The Wino and I know

        K Offline
        K Offline
        Kevin Guarino
        wrote on last edited by
        #3

        Thanks for the help. I am a novice at this stuff. Is the information you have given me instructions on how to automate this "spidering" process via a website and to have the information stored ona database

        S 1 Reply Last reply
        0
        • K Kevin Guarino

          Thanks for the help. I am a novice at this stuff. Is the information you have given me instructions on how to automate this "spidering" process via a website and to have the information stored ona database

          S Offline
          S Offline
          ScottSingleton
          wrote on last edited by
          #4

          why don't you just try and see for yourself :) Lots of documentation on those classes I mentioned. :) You can download a file, process a regex expression and store that info to a database in about 10 lines of code or so. :) Enjoy.


          'Cause I'm living on things that excite me, be it pastries or lobsters or love...
          I'm just trying to get by, being quiet and shy, in a world full of push and shove...
          Jimmy Buffett - The Wino and I know

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups