Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: Makr_Watson27Posted on 2004-01-15 at 00:29:18ID: 10118524
XML is a very good method of passing data between the two sites. library/de fault.asp? url=/libra ry/ en-us/x mlsql/ac_x ml1_022c.a sp
http://msdn.microsoft.com/
I tend to use ADO in the middle but SQL can handle directly:
Use the ADO Recordsets ability to save to XML
Then use XMLHTTP to post the resultant XML to a web page
In the receving page you save the requests XML to a recordset then save to SQL