How to Use SQLXML to Retrieve Data from SQL Server Database?

Using SQL Server 2000 and above versions you can retrieve data from SQL Server in XML format directly from the database. Many XML related features were incorporated in the SQL Server database. This enables the development of XML enabled applications very easy and it makes exchange of data over internet easy. In this article we will discuss about how to use SQLXML to retrieve data directly from SQL server database in XML format.

There are some SQL commands and clauses that help you to retrieve data from the SQL Server in the XML format. Syntax for such is given below:

SELECT ... FOR XML mode [, XMLDATA] [, ELEMENTS] [, BINARY BASE64]

There are different modes and that take the values of

· AUTO ? In this mode every row of the result of the query forms an element in the returned XML document.

· EXPLICIT ? This mode defines how to map the columns of the results returned by the query to the XML elements and the attributes.

· RAW - All the fields of the result are identified as attributes of an element.

· NESTED ? The result of this mode is the same as the AUTO mode but the formatting has to be done at the client side.

A simple example of using the above syntax is given below:

SELECT TOP 3 * FROM (SELECT FirstName+' '+LastName as Name FROM Employees) FOR XML AUTO

The query produces this result:

Employees Name="John Peter"
Employees Name="Andrew Dixon"
Employees Name="Tom Hanks"

There are optional parameters in the 'FOR XML mode' clause. The XMLDATA option adds an XSD schema which describes the XML format of the result returned. The ELEMENTS options make the fields of the tables in the database to be returned as child elements. If the ELEMENTS option is not there the fields of the tables are returned as attributes instead of child elements of the XML document. The ELEMENTS option is allowed only in the AUTO mode. The BINARY BASE64 option is used to retrieve any binary data. The returned binary data is returned in BASE64 encoded format. The binary data can be retrieved in the RAW or EXPLICIT mode.

An example of the RAW mode is given below:

SELECT EmpName, EmpCity from EMP for XML RAW

The above code returns a result like,

row EmpName="John" EmpCity="New York"

In the above result you can note that the fields of the resultset are returned as attributes of the element.

.Net provides with managed classes for interacting with SQL Server. The managed classes of SQLXML provided by .Net are:

· SqlXmlCommand ? This is used to perform queries that are stored in XML documents which are also called XML templates. This class also provides support for client side XML processing.

· SqlXmlParameter ? this is used to provide parameterized values and is used along with SqlXmlCommand object.

· SqlXmlAdapter ? this is the adapter class for SQLXML provider. This is used to fill the dataset.

· SqlXmlException ? this is used to trap the error information from the SQL Server.

A sample code using the managed classes is given below. For detailed information on the usage of the above managed classes you can refer to the MSDN documentation.

static string cstr = "Provider=SQLOLEDB;Server=(local);database=EmpPersonal;"; public static void testingSqlXml () {

Stream oStr = Console.OpenStandardOutput();

SqlXmlCommand sqlcmd = new SqlXmlCommand(cstr);

sqlcmd.Root = "Employees";

sqlcmd.CommandType = SqlXmlCommandType.Sql;

sqlcmd.CommandText = "SELECT EmpName, EmpCity FROM Employees FOR XML AUTO";

strm = sqlcmd.ExecuteToStream(oStr);

oStr.Close(); }

Thus we have seen that SQLXML can be used to retrieve data directly from the SQL Server in XML format. It is easy to handle and transmit data through the internet if it is in the XML format and this can be easily achieved using the SQLXML.

Want to stay current with the latest technology developments realted to XML. Visit Free XML Tutorial to get your FREE subscription now!

** Attention Webmasters / Website Owners ** You can reprint this article on your website as long as you do not modify any of the content, and include our resource box as listed above with all links intact and hyperlinked properly.

In The News:

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.sltrib.com/technology/ci_11005420cid=1271385069ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNEA8aNhJkEILaCeBiukH24eGmp2WAbPersonal Tech/b: Tennesee boasts world#39;s fastest unclassified computer/abrfont size=-1font color=#6f6f6fSalt Lake Tribune,nbsp;United Statesnbsp;-/font nobrNov 17, 2008/nobr/fontbrfont size=-1AP The Department of Energy#39;s Oak Ridge National Laboratory in Oak Ridge, Tenn. released this photograph Nov. 10 showing some of the 284 computer cabinets b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.marketwatch.com/news/story/TVs-Interactive-Future-Arrives-Today/story.aspx%3Fguid%3D%257BD4099CE7-6E72-4407-ACF1-B7AA9180ECD2%257Dcid=1273047993ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNG1FOU7S7XDUsLV4VLdZHPIXchI7QTV#39;s Interactive Future Arrives Today, Combining Social Media With b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobrNov 21, 2008/nobr/fontbrfont size=-1An irreverent weekly btech/b/web culture show hosted by btech/b geeks/pop culture gurus Alex Albrecht and Kevin Rose, Diggnation was launched in 2005. b.../b/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://blog.wired.com/gadgets/2008/11/bitgravity-and.htmlcid=1273047993ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNGpr_6YoAAX_gH3vLeAcSBEGIiuQgInteractive Multi-Cam Video Feed Almost Steals Kevin Rose#39;s Digg b.../b/a font size=-1 color=#6f6f6fnobrWired News/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1273047993hl=ennobrall 9 news articles/nobr/a/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.washingtonpost.com/wp-dyn/content/article/2008/11/16/AR2008111601006.htmlcid=1273337414ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNFz-JH6Gunchg2E2FjQ76ji5M4ZLgimg src=http://news.google.com/news?imgefp=iIbe5rUQKBkJimgurl=media3.washingtonpost.com/wp-dyn/content/photo/2008/11/16/PH2008111601027.jpg width=80 height=54 alt= border=1brfont size=-2Washington Post/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.philly.com/inquirer/sports/20081122_On_College_Football___If_Texas_Tech_slips__dominoes_will_fall.htmlcid=1273337414ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNGtgnFITUk5ITrR_LcafbjlRITHrgOn College Football: If Texas bTech/b slips, dominoes will fall/abrfont size=-1font color=#6f6f6fPhiladelphia Inquirer,nbsp;PAnbsp;-/font nobr14 hours ago/nobr/fontbrfont size=-1By Ray Parrillo The 2008 darling of college football, second-ranked Texas bTech/b, can take one more step toward the BCS championship game tonight when it b.../b/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.washingtonpost.com/wp-dyn/content/article/2008/11/16/AR2008111601006.htmlcid=1273337414ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNFz-JH6Gunchg2E2FjQ76ji5M4ZLgWarning: #39;Canes ranked for first time in 2 years/a font size=-1 color=#6f6f6fnobrWashington Post/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1273337414hl=ennobrall 454 news articles/nobr/a/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.pcworld.com/businesscenter/article/154343/15_tech_secrets_for_the_serious_road_warrior.htmlcid=1273142097ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNFhjrMFdV4YZaJiKpXMce0SLozLcQ15 bTech/b Secrets for the Serious Road Warrior/abrfont size=-1font color=#6f6f6fPC Worldnbsp;-/font nobr16 hours ago/nobr/fontbrfont size=-1In the past, we#39;ve described how to accomplish more with popular online tools like Google Calendar, with text-messaging utilities like Web-based bpersonal/b b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.marketwatch.com/news/story/sector-tries-hold-small-gains/story.aspx%3Fguid%3D%257B8C1C5262-0DD5-406E-841A-310B971B467D%257D%26dist%3Dmsr_1cid=1272976684ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNG7G3B_OF9eg7H3VRLkRZxMRFNaJQbTech/b stocks try to hold gains in afternoon trading/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobrNov 21, 2008/nobr/fontbrfont size=-1The maker of bpersonal/b computers credited the results in part to its cost-cutting measures, under which Dell has laid off nearly 9000 workers so far this b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.tampabay.com/SearchForwardServlet.do%3FarticleId%3D912932cid=0ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNE-bvEclRujbG5fUx1qY0XTkHCn1gSolutions: How to rip music from a DVD/abrfont size=-1font color=#6f6f6fTampabay.com,nbsp;FLnbsp;-/font nobr19 hours ago/nobr/fontbrfont size=-1Send questions to bpersonaltech/b@sptimes.com or bPersonal Tech/b, PO Box 1121, St. Petersburg, FL 33731. Questions are answered only in this column./font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.sltrib.com/technology/ci_11005410cid=0ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNGxtdskVmD_7VhEQMxI2H7jVohseQbPersonal Tech/b: Black Friday is a bright day for gadget lovers/abrfont size=-1font color=#6f6f6fSalt Lake Tribune,nbsp;United Statesnbsp;-/font nobrNov 17, 2008/nobr/fontbrfont size=-1The day after Thanksgiving, also known as quot;Black Friday,quot; is one of the biggest shopping days of the year because that#39;s when stores introduce hot deals for b.../b/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.product-reviews.net/2008/11/19/nvidias-new-gpu-based-tesla-personal-supercomputer/cid=1271902680ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNGBg7T_f5JDTvJST-LdfsD9KzVhyAimg src=http://news.google.com/news?imgefp=htCC06I2AKsJimgurl=www.product-reviews.net/wp-content/uploads/2008/11/nvidia-tesla-supercomputer.jpg width=80 height=80 alt= border=1brfont size=-2Product Reviews/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.networkworld.com/news/2008/111908-nvidia-to-offer-parallel-tech.html%3Fhpg1%3Dbncid=1271902680ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNHRySJtPZ0mEwpreSqZ63hxub9wdANvidia to offer parallel btech/b for mobile devices/abrfont size=-1font color=#6f6f6fNetworkWorld.com,nbsp;MAnbsp;-/font nobrNov 19, 2008/nobr/fontbrfont size=-1Nvidia announced Tuesday a GPU-based Tesla bPersonal/b Supercomputer, which it said uses its Tesla GPUs and Cuda to deliver the power of a cluster of computers b.../b/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://computerworld.com/action/article.do%3Fcommand%3DviewArticleBasic%26articleId%3D9120741cid=1271902680ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNEG6ckbAHmdV5ubzUtRWTneLG5p2wThanks to gamers, the desktop supercomputer arrives/a font size=-1 color=#6f6f6fnobrComputerworld/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.digitimes.com/news/a20081120PR206.htmlcid=1271902680ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNFYO4QJ1tMQXq7YWZFw4cRlNbX8PQNvidia makes headway with its GPU-based bpersonal/b supercomputers/a font size=-1 color=#6f6f6fnobrDigiTimes/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.hindu.com/2008/11/20/stories/2008112055691500.htmcid=1271902680ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNHMBKe10j6zlPbuhDrFwMQZp2D-pQnVIDIA launches Tesla supercomputer/a font size=-1 color=#6f6f6fnobrHindu/nobr/font/fontbrfont size=-1 class=pa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.reghardware.co.uk/2008/11/19/nvidia_pitches_tesla_personal_supercomputers/cid=1271902680ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNEdVmYVchj_krsH4V1-w1P8yMJBWAnobrReg Hardware/nobr/anbsp;- a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.marketwatch.com/news/story/Tokyo-Tech-Builds-First-Tesla/story.aspx%3Fguid%3D%257B84070E4C-3E40-4072-9B02-C8826303A9C3%257Dcid=1271902680ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNF-Fog6C_UdmRnwvX7wXOYHaDmFUwnobrMarketWatch/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1271902680hl=ennobrall 216 news articles/nobr/a/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.charlotteobserver.com/sports/story/369828.htmlcid=1271602737ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNGHSvv7i_qtiXfQmuTU8VjkBidtfwimg src=http://news.google.com/news?imgefp=ic8Ja-31T2AJimgurl=media.charlotteobserver.com/smedia/2008/11/21/22/254-bestnat1122.ART_G5B6UI99.1%2Bsambradford_AA__.JPG.embedded.prod_affiliate.138.jpg width=56 height=80 alt= border=1brfont size=-2CharlotteObserver.com/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.chron.com/disp/story.mpl/sports/college/6124317.htmlcid=1271602737ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNHFwLSpk31_3t3ltMSsqtTiEchdnAFormer players recall bTech/b’s outright conference title/abrfont size=-1font color=#6f6f6fHouston Chronicle,nbsp;United Statesnbsp;-/font nobrNov 20, 2008/nobr/fontbrfont size=-1Another thing the 1955 team didn’t have to worry about: the BCS rankings. “Those computers (stink) if you want my bpersonal/b opinion,” Schmidt said./fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.crimsonandcreammachine.com/2008/11/21/667160/talkin%25E2%2580%2599-texas-tech-part-iicid=1271602737ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNELxWZnSXegaW9BvfG_RKSv0AYZ6gTalkin’ Texas bTech/b Part II/a font size=-1 color=#6f6f6fnobrCrimson and Cream Machine/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.iht.com/articles/ap/2008/11/20/sports/FBC-T25-Texas-Tech-Defense.phpcid=1271602737ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNGHgGxFIwfxXtuumf7M6kr_EYND1ANo. 2 Texas bTech#39;s/b defense gaining respect/a font size=-1 color=#6f6f6fnobrInternational Herald Tribune/nobr/font/fontbrfont size=-1a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.redraiders.com/%3Fp%3D3717cid=1271602737ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNHwTrU0bV5F2MqCf2ZiajWWbLLXqgBench provides spark in bTech/b’s first two games/a font size=-1 color=#6f6f6fnobrRedRaiders.com/nobr/font/fontbrfont size=-1 class=pa href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://msn.foxsports.com/cfb/story/8823070/Is-this-the-year-Red-Raiders-win-in-Normancid=1271602737ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNEkh6u-a36KKx0g4NT_C6z4SCH26QnobrFOXSports.com/nobr/anbsp;- a href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://deadspin.com/5095675/college-football-preview-ive-got-a-crush-on-mike-leachcid=1271602737ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNGimB7dHqkjQ9La55UHUqgV-g_z8AnobrDeadspin/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1271602737hl=ennobrall 864 news articles/nobr/a/font/div/font/td/tr/table
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://www.citywebshopper.net/articles/includes/redirect.php?url=http://www.bizjournals.com/buffalo/stories/2008/11/17/smallb2.htmlcid=1272550978ei=0IooSbK9M6bU6gPI0IDvCgusg=AFQjCNFT-0xBw2QFi6VlHUjrjMyHkXU-RQbTech/b training with a bpersonal/b touch/abrfont size=-1font color=#6f6f6fBizjournals.com,nbsp;NCnbsp;-/font nobrNov 20, 2008/nobr/fontbrfont size=-1“I work mostly in small groups and am able to give my clients more bpersonal/b attention and answer their questions one-on-one.” This article is for Paid Print b.../b/font/div/font/td/tr/table
personal tech - Google News

Basic Diagnosis Guidelines for Your PC

Simone is exasperated. She has to work on her university... Read More

Windows PDA Medical Software Benefits

PDA Medical BenefitsIf you are concerned about your medical history,... Read More

Taking Advantage of the iPod Experience

Music lovers have been carrying around radios and other bulky... Read More

Cisco CCNA Certification: Five Things To Do DURING The Exam

There are plenty of articles out there about how to... Read More

Why Build Your Own Gaming Computer?

The best way to get the gaming computer that you... Read More

How Do MP3 Players Work? Digital Audio Technology Revolutionizes Music Enjoyment

Millions have enjoyed recorded music since 1877 when Thomas Edison... Read More

Are You Putting Off Productivity?

I recently took a good look at what was keeping... Read More

Make Windows XP Run Faster!

A friend told me: "My computer startup seems to be... Read More

5 Steps to Remove Spyware for Free

Have you ever tried to remove Spyware off your PC... Read More

Does Microsoft Show Hackers How To Attack?

After another security hole recently surfaced in Microsoft's Windows operating... Read More

Registry Tools Demystified

Not sure what Windows registry is or how it works?... Read More

Selecting a Personal Digital Assistant

A Computer in Your HandCarrying around an address book and... Read More

Learning To Navigate Ciscos Online Documentation

When studying for your Cisco CCNA, CCNP, or CCIE exam,... Read More

10 Time Saving Keyboard Shortcuts

Time is money. And when you constantly have to divide... Read More

Refurbished Computers on the Internet

What is a Refurbished Computer?Refurbished Computers. Remanufactured Computers. Reconditioned Computers.... Read More

The Newbies Guide to Personal Computer Maintenance

When you turn on your computer, does it act like... Read More

Reliable File and Folder Sharing in Windows Xp

This tip is on sharing files and folders on a... Read More

SOBIG.F Virus Promises Ill Be Back

On 21 August 2003 Symantec Security Response upgraded the W32.SOBIG.F... Read More

Cisco CCNA / CCNP Certification: OSPF ASBRs Explained And Illustrated

When I first started studying for my CCNP, some of... Read More

D2X Digital SLRCoolpix 8800 Actually Refers to Two Nikon Cameras

Addressing a D2X Digital SLRCoolpix 8800 search, this article provides... Read More

Temporary Fixes to Spyware, Ad-ware, and Virus Infections

So you've got some spyware, ad-ware, or viruses on your... Read More

Be Your Own IT Department

If you use a computer, you need to know more... Read More

Flow Text Around a Graphic in Microsoft Word

Flow Text Around a GraphicQuestion: I have inserted a photo... Read More

Is Online DVD Rental or Pay-Per-View the Best Way to Get Your Movies?

With renting methods such as online DVD rental and pay-per-view,... Read More

Portable DVD Players - Things To Know

In my humble opinion nothing makes a long trip easier... Read More