Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-10-2005, 09:52 AM   PM User | #1
Icedan
New Coder

 
Join Date: Apr 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Icedan is an unknown quantity at this point
Information Gathering from Databases outside of your server.

Just a question about gathering information from databases that you don't own, but are allowed access to.


Let's say, all airlines in Europe have a website of their own, and their website lists all of their destinations and special packages; which all show their prices; and this information is pulled from their database.


Hypothetically, lets say I built a website that gathers all airlines destinations and special package prices from their website's/database's and gathers them into one list.


What are all the ways one could go about doing this?

(Note, I am not actually attempting this, I just want to find out more information on it).


I believe www.zuji.com.sg does have a system like this.
Icedan is offline   Reply With Quote
Old 08-10-2005, 12:55 PM   PM User | #2
SpirtOfGrandeur
Regular Coder

 
Join Date: May 2005
Location: Michigan, USA
Posts: 566
Thanks: 0
Thanked 0 Times in 0 Posts
SpirtOfGrandeur is an unknown quantity at this point
You would take a nightly data dump of their data. That way you do not upset them by running against their database during the middle of the day. Then you run your site off of your own data that you recieved.
__________________
Note: I do not test code. I just write it off the top of my head. There might be bugs in it! But if any thing I gave you the overall theory of what you need to accomplish. Also there are plenty of other ways to accomplish this same thing. I just gave one example of it. Other ways might be faster and more efficient.
SpirtOfGrandeur is offline   Reply With Quote
Old 08-10-2005, 08:22 PM   PM User | #3
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,042
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Yeah and there are automated ways of doing that as well. It would probably improve your site's performance anyways if you didnt have to keep going out to some remote server to run queries.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 08-11-2005, 03:51 AM   PM User | #4
Icedan
New Coder

 
Join Date: Apr 2005
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Icedan is an unknown quantity at this point
Thanks for the info.
Icedan is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:04 AM.


Advertisement
Log in to turn off these ads.