O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Note: This series of how to articles is a companion to my elmcity series on the Radar blog, which chronicles what I've been learning as I build a calendar aggregation service on Azure.
Overview
...
Are you working on a iPhone game and would like to add a little realism with 3D reflections on-the-cheap? This excerpt from Philip Rideout's iPhone 3D Programming will show you how to achieve a poor...
Answered by Amy B : Apr 03 2010 07:36 AM
What's the database? In SQL Server, you can pass the XML in as a query parameter, then query the XML against the database as if it were a table. full answer >