sharing of data between sites
hi
once again iam posting a same query but with a different approach please try to understand and reply me
Iam developing a site like yatra.com
now how can i share the databases of all the airlines, hotels etc into my website.
that means inorder to maintain a site like yatra.com i could be able to access or share their database
how can i achieve this
what is the concept behind this
please help me thanks in advance
# 1 Re: sharing of data between sites
hi
once again iam posting a same query but with a different approach please try to understand and reply me
Iam developing a site like yatra.com
now how can i share the databases of all the airlines, hotels etc into my website.
that means inorder to maintain a site like yatra.com i could be able to access or share their database
how can i achieve this
what is the concept behind this
please help me thanks in advance
# 2 Re: sharing of data between sites
on your db server open an external port pointing to your database so u could connect to it remotely from any application that can get out to the internet. this way u can have many apps working with one db remotely. alternative version would be to serve various apps from the same pmachine connecting to your db locally. there r more complicated ways to do it depending on what u need using store procedures, and xml services, but im not sure u would need that...
one more thing. I hope uve got permission to use all these dbs since they contain private info and r copyrighted.
Xeel at 2007-11-10 2:14:57 >
