Hi Fellow Geek, > I have searched for this problem in quite a few places on > the net but i din get a solution so posting it as many > forums i can get.
Please don't do that. Limit yourself to the ones you think you'll get a response in. > I have two websites > www.website1.com (database resides here) > www.website2.com > > I have a database on website1 and need an asp page to be > able to connect from website2 to the database on website1. > Something like a webservice. Any ideas? Is there anyway > i can do this? Several ways. Which one to use depends on what you really want to achieve - how much access to the database do you want - rather, do you want to run an SQL query that can be crafted from web2 for web1, or do you only really want to request mostly the same request with a couple of parameters changed? Do you want to have 'immediate' changes reflected on web2, or will you be caching the data? What type of database are you using? And what version of asp are you using? Solutions include using ADO.net, custom-formatted html, xmlhttp, RDS and others. Please explain your exact needs to get a more detailed response. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== We are not surrounded. We are in a target-rich environment. ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
