﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Content tagged Programming, ADO</title><link>http://www.sqlservercentral.com/</link><description>Content tagged Programming, ADO posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control </title><description><![CDATA[<p>This article shows how to retrieve both remote and local XML data and display it in a data Web control.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3170/</guid><pubDate>Mon, 10 Sep 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3170/</link></item><item><title>Accessing and Updating Data in ASP.NET 2.0: Filtering Database Data wi</title><description><![CDATA[<p>Learn how to retrieve just a subset of database data based on hard-coded values and values from the querystring, other Web controls on the page, session variables, and so on.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3169/</guid><pubDate>Mon, 03 Sep 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3169/</link></item><item><title>Accessing and Updating Data in ASP.NET 2.0: Accessing Database Data </title><description><![CDATA[<p>This article shows how to use the SqlDataSource and AccessDataSource controls to query data from a relational database.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3168/</guid><pubDate>Mon, 27 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3168/</link></item><item><title>Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics</title><description><![CDATA[<p>This article explores the concepts and advantages of data source controls, and compares their usage in ASP.NET 2.0 to data access techniques in ASP.NET 1.x.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3167/</guid><pubDate>Mon, 20 Aug 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3167/</link></item><item><title>ADO.NET Entity Framework Overview</title><description><![CDATA[<p>ADO.NET in the next release of Visual Studio® code-named &#34;Orcas&#34; features the new Entity Framework.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/3075/</guid><pubDate>Wed, 25 Jul 2007 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3075/</link></item><item><title>Introduction to ADO - The Command Object</title><description><![CDATA[<p>The third article in a four part series, this week Andy shows how to use the command object to work with stored procedure parameters.



</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</guid><pubDate>Fri, 09 Feb 2007 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</link></item><item><title>Connecting With Perl Using Win32 : ODBC</title><description><![CDATA[<p>Perl has been a popular language for Unix administrators for years. It is flexible, easy to learn, and capable of doing some very powerful things with relatively few lines of code. In this article by Brian Kelly, he shows you how to connect to SQL Server via Perl.


</p>]]></description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/connectingtosqlserverusingperlwin32odbc/863/</guid><pubDate>Fri, 28 Jul 2006 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/connectingtosqlserverusingperlwin32odbc/863/</link></item><item><title>Executing SQL Stored Procedures from inside a Web Application</title><description><![CDATA[<p>This article, the last in the Stored Procedure series, will focus on RETURN parameters.
</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/2446/</guid><pubDate>Fri, 16 Jun 2006 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2446/</link></item><item><title>Introduction to the ADO Connection Object</title><description><![CDATA[<p>Part 1 of a 4 part series about ADO, this is a beginner level article designed to get you started using the ADO connection object. If you haven&#39;t used ADO so far, why not see what it&#39;s all about?

</p>]]></description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</guid><pubDate>Fri, 26 May 2006 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</link></item><item><title>Copying DTS Packages To a Different Server</title><description><![CDATA[<p>How do you easily copy DTS packages from one server to another? DTS, BCP, T-SQL? Are there advantages to using one method over another? Andy did some research - read the article and see what works and what doesn&#39;t!

</p>]]></description><guid>http://www.sqlservercentral.com/articles/Administration/copyingdtspackagestoadifferentserver/638/</guid><pubDate>Fri, 05 May 2006 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Administration/copyingdtspackagestoadifferentserver/638/</link></item><item><title>ADO.NET Data Sets</title><description><![CDATA[<p>This article looks at how partial classes can be used to implement business logic into datasets so that they are more business aware and intelligent.

The dataset is an integral part of Microsoft’s new data access model ADO.NET. It introduces a simple offline method for retrieving and updating data. Before using the dataset, you should have an understanding of the Microsoft .NET platform and a basic understanding of the dataset model.
</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/1998/</guid><pubDate>Fri, 05 Aug 2005 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1998/</link></item><item><title>Reducing Round Trips</title><description><![CDATA[<p>One of the best ways to reduce the load on your server and increase application responsiveness is to reduce the number of &#34;round trips&#34; your application makes. This article by Andy Warren shows you a few ways to increase your performance by reducing round trips.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/roundtrips/586/</guid><pubDate>Fri, 15 Jul 2005 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/roundtrips/586/</link></item><item><title>Should you use a DataReader or DataSet?</title><description><![CDATA[<p>In the beginning, there was the recordset, a central feature of classic ADO. Like a Swiss army knife, it wasn’t the perfect tool for every job, but given the correct configuration, it could do whatever you needed it to do.

The recordset wasn’t always pretty to watch, however, and it came into prominence at a time when client/server applications for which it was optimized were being replaced by web applications. Its dark side included an amazing level of complexity and the number of special cases when it was used with particular providers. 
</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/1949/</guid><pubDate>Tue, 05 Jul 2005 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1949/</link></item><item><title>Teach Old Data New Tricks with the Fully Loaded Advances in ADO.NET 2.</title><description><![CDATA[<p>The Microsoft® .NET Framework 2.0 delivers an updated ADO.NET that will streamline your data access development efforts. The ADO.NET team has worked with both the System.Xml team and the SQL Server™ team to provide a consistently rich developer experience, crossing technology boundaries from ADO.NET to XML and back. This will all be apparent as you dig into ADO.NET 2.0. There are improvements on so many fronts that you will certainly be pleased.

Rather than attempt to list every new and updated feature of ADO.NET 2.0, I will discuss in detail some of the more interesting improvements and focus on performance and flexibility.
</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/1810/</guid><pubDate>Wed, 30 Mar 2005 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1810/</link></item><item><title>Query Notifications in ADO.NET 2.0</title><description><![CDATA[<p>Learn how to use the new notification technologies in ADO.NET 2.0 and SQL Server 2005 to handle ad-hoc data refreshes. </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/1549/</guid><pubDate>Mon, 18 Oct 2004 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1549/</link></item><item><title>ADO.NET - A Data Access Layer</title><description><![CDATA[<p>Developing applications for SQL Server usually results in a variety of access methods that the programmers use. A data access layer class, given to the developers, is usually seen as the best practice, but one that isn&#39;t usually implemented. In fact, in most software I&#39;ve built, each developer uses his own method, or may cut and paste from another, but rarely is there a central access class. New Author Patryk Nowakowski brings us his solution using ADO.NET.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/ADO/adonetadataaccesslayer/1444/</guid><pubDate>Tue, 03 Aug 2004 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/ADO/adonetadataaccesslayer/1444/</link></item><item><title>Changing Databases Using XML</title><description><![CDATA[<p>Need to apply changes to customer (or internal) databases in a calm, controlled manner? Dinish proposes an alterative to standard scripts that uses XML and a small VB app.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Visual+Basic+6/changingdatabasesusingxml/1285/</guid><pubDate>Mon, 16 Feb 2004 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Visual+Basic+6/changingdatabasesusingxml/1285/</link></item><item><title>Delphi Code Generator</title><description><![CDATA[<p>You point this application at a database and it generates a code unti that allows you to easily execute stored procedures and functions from Delphi. (Not Reviewed)
</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/1280/</guid><pubDate>Mon, 09 Feb 2004 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1280/</link></item><item><title>Introduction to ADO Part 2 - Recordsets</title><description><![CDATA[<p>Part two in the Introduction to ADO series, this beginner level article shows how to open a recordset, how to add and edit records, and touches lightly on how to select the best cursor type and locking mode. Good code samples help you get started fast!

</p>]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/introductiontoadopart2recordsets/529/</guid><pubDate>Fri, 28 Nov 2003 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/introductiontoadopart2recordsets/529/</link></item><item><title>Worst Practice - Bad Connection Strings and Bad Info in Sysprocesses</title><description><![CDATA[<p>Andy returns to the Worst Practice series this week with a short article looking at how connection strings in applications affect what you see in sysprocesses. Perhaps less controversial (in our opinion) that some of the other worst practices, this is something easy to fix and definitely worth fixing! Read the article and post a comment - explore other points of view! Readers posting a comment will be entered in a drawing for a copy of the SQL Server 2000 Resource Kit.

</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/Administration/worstpracticebadconnectionstringsandbadinfoinsyspr/802/</guid><pubDate>Fri, 01 Aug 2003 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Administration/worstpracticebadconnectionstringsandbadinfoinsyspr/802/</link></item><item><title>Murach's VB.NET Database Programming with ADO.NET</title><description><![CDATA[<p>If you&#39;re a VB.NET programmer who wants to learn database programming with ADO.NET, here&#39;s a new book that presents all the skills you need in a logical progression from the simple to the complex. Along the way, you&#39;ll learn how to use the classes, properties, methods, events, and techniques that have made this subject so hard to master. And when you&#39;re done, you&#39;ll have a reference that you&#39;ll use on the job every day. (Publisher Provided Description, not reviewed)
</p><!-- disturbing m2 (DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/redirect/articles/1005/</guid><pubDate>Thu, 05 Jun 2003 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1005/</link></item><item><title>Default Values and Named Parameters for Stored Procs</title><description><![CDATA[<p>Are you using default values for your parameters? Using named parameters when you call the proc or passing the values by ordinal? Should you be? Andy thinks 6 out of 10 of our readers will agree with his point of view, we&#39;ll be a little more conservative and guess that 5 of out 10 will be closer.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/defaultvaluesandnamedparametersforstoredprocs/882/</guid><pubDate>Wed, 08 Jan 2003 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/defaultvaluesandnamedparametersforstoredprocs/882/</link></item><item><title>Connecting With Perl Using Win32 : ODBC</title><description><![CDATA[<p>Perl has been a popular language for Unix administrators for years. It is flexible, easy to learn, and capable of doing some very powerful things with relatively few lines of code. In this article by Brian Kelly, he shows you how to connect to SQL Server via Perl.


</p>]]></description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/connectingtosqlserverusingperlwin32odbc/863/</guid><pubDate>Fri, 28 Jul 2006 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/connectingtosqlserverusingperlwin32odbc/863/</link></item><item><title>Review of Real-World SQL-DMO</title><description><![CDATA[<p>Andy takes a look at the new book on DMO and likes what he sees - &#34;great book for beginner and intermediate DMO users!&#34;. We&#39;ve been supporters of DMO for a while and we&#39;re glad to see a new book on the subject. Read the review, add your comments, buy the book!
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Administration/reviewofrealworldsqldmo/842/</guid><pubDate>Tue, 19 Nov 2002 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Administration/reviewofrealworldsqldmo/842/</link></item><item><title>Review of Micrsoft ADO.Net Step by Step</title><description><![CDATA[<p>Andy takes a look at another entry level book, this one on ADO.Net.

</p>]]></description><guid>http://www.sqlservercentral.com/articles/.Net/reviewofmicrsoftadonetstepbystep/781/</guid><pubDate>Fri, 23 Aug 2002 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/.Net/reviewofmicrsoftadonetstepbystep/781/</link></item><item><title>Generating HTML Tables</title><description><![CDATA[<p>In this article Andy looks at one way you can separate your presentation code from your data when you generate HTML tables for simple reports. Lots of code examples so you can see how it works.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/generatinghtmltables/749/</guid><pubDate>Mon, 05 Aug 2002 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/generatinghtmltables/749/</link></item><item><title>Copying DTS Packages To a Different Server</title><description><![CDATA[<p>How do you easily copy DTS packages from one server to another? DTS, BCP, T-SQL? Are there advantages to using one method over another? Andy did some research - read the article and see what works and what doesn&#39;t!

</p><!-- 12 Tools (SQL Dev Bundle)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013"><img src="http://assets.red-gate.com/external/SSC/devbundle_68x68.gif" alt="sqldeveloperbundle"></td>   <td><strong>12 essential tools for database professionals</strong><br />The SQL Developer Bundle contains 12 tools designed with the SQL Server developer and DBA in mind.  <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013">Try it now.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/Administration/copyingdtspackagestoadifferentserver/638/</guid><pubDate>Fri, 05 May 2006 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Administration/copyingdtspackagestoadifferentserver/638/</link></item><item><title>Reducing Round Trips - Part 3</title><description><![CDATA[<p>This week Andy continues his series on how to reduce the number of round trips to the server by looking at some things you can easily add to your applications without a lot of rearchitecting.
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart3/621/</guid><pubDate>Mon, 11 Mar 2002 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart3/621/</link></item><item><title>Performance Comparison: Data Access Techniques</title><description><![CDATA[<p>Architectural choices for data access affect performance, scalability, maintainability, and usability. This article focuses on the performance aspects of these choices by comparing relative performance of various data access techniques, including Microsoft® ADO.NET Command, DataReader, DataSet, and XML Reader in common application scenarios with a Microsoft SQL Server™ 2000 database.</p><!-- disturbing m2 (DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/redirect/articles/620/</guid><pubDate>Fri, 01 Mar 2002 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/620/</link></item><item><title>Reducing Round Trips - Part 2</title><description><![CDATA[<p>Last week Andy started a discussion of the various ways you can reduce the number of round trips to the server. This week he continues by looking at a method he used recently to do client side caching of data to eliminate the round trip altogether. Gotta read it!
</p>]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</guid><pubDate>Wed, 06 Feb 2002 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</link></item></channel></rss>