﻿<?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 ADO</title><link>http://www.sqlservercentral.com/</link><description>Content tagged 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>This article shows how to retrieve both remote and local XML data and display it in a data Web control.</description><guid>http://www.sqlservercentral.com/redirect/articles/3170/</guid><pubDate>2007/09/10</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>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.</description><guid>http://www.sqlservercentral.com/redirect/articles/3169/</guid><pubDate>2007/09/03</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>This article shows how to use the SqlDataSource and AccessDataSource controls to query data from a relational database.</description><guid>http://www.sqlservercentral.com/redirect/articles/3168/</guid><pubDate>2007/08/27</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>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.</description><guid>http://www.sqlservercentral.com/redirect/articles/3167/</guid><pubDate>2007/08/20</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3167/</link></item><item><title>ADO.NET Entity Framework Overview</title><description>ADO.NET in the next release of Visual Studio® code-named &amp;#34;Orcas&amp;#34; features the new Entity Framework.</description><guid>http://www.sqlservercentral.com/redirect/articles/3075/</guid><pubDate>2007/07/25</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3075/</link></item><item><title>Introduction to ADO - The Command Object</title><description>The third article in a four part series, this week Andy shows how to use the command object to work with stored procedure parameters.



</description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</guid><pubDate>2007/02/09</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/introductiontoadothecommandobject/535/</link></item><item><title>Connecting With Perl Using Win32 : ODBC</title><description>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.


</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/connectingtosqlserverusingperlwin32odbc/863/</guid><pubDate>2006/07/28</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>This article, the last in the Stored Procedure series, will focus on RETURN parameters.
</description><guid>http://www.sqlservercentral.com/redirect/articles/2446/</guid><pubDate>2006/06/16</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2446/</link></item><item><title>Introduction to the ADO Connection Object</title><description>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&amp;#39;t used ADO so far, why not see what it&amp;#39;s all about?

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</guid><pubDate>2006/05/26</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/introductiontotheadoconnectionobject/510/</link></item><item><title>Copying DTS Packages To a Different Server</title><description>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&amp;#39;t!

</description><guid>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</guid><pubDate>2006/05/05</pubDate><link>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</link></item><item><title>ADO.NET Data Sets</title><description>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.
</description><guid>http://www.sqlservercentral.com/redirect/articles/1998/</guid><pubDate>2005/08/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1998/</link></item><item><title>Reducing Round Trips</title><description>One of the best ways to reduce the load on your server and increase application responsiveness is to reduce the number of &amp;#34;round trips&amp;#34; your application makes. This article by Andy Warren shows you a few ways to increase your performance by reducing round trips.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/roundtrips/586/</guid><pubDate>2005/07/15</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/roundtrips/586/</link></item><item><title>Should you use a DataReader or DataSet?</title><description>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. 
</description><guid>http://www.sqlservercentral.com/redirect/articles/1949/</guid><pubDate>2005/07/05</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>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.
</description><guid>http://www.sqlservercentral.com/redirect/articles/1810/</guid><pubDate>2005/03/30</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1810/</link></item><item><title>Query Notifications in ADO.NET 2.0</title><description>Learn how to use the new notification technologies in ADO.NET 2.0 and SQL Server 2005 to handle ad-hoc data refreshes. </description><guid>http://www.sqlservercentral.com/redirect/articles/1549/</guid><pubDate>2004/10/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1549/</link></item><item><title>ADO.NET - A Data Access Layer</title><description>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&amp;#39;t usually implemented. In fact, in most software I&amp;#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.
</description><guid>http://www.sqlservercentral.com/articles/ADO/adonetadataaccesslayer/1444/</guid><pubDate>2004/08/03</pubDate><link>http://www.sqlservercentral.com/articles/ADO/adonetadataaccesslayer/1444/</link></item><item><title>Changing Databases Using XML</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/Visual+Basic+6/changingdatabasesusingxml/1285/</guid><pubDate>2004/02/16</pubDate><link>http://www.sqlservercentral.com/articles/Visual+Basic+6/changingdatabasesusingxml/1285/</link></item><item><title>Delphi Code Generator</title><description>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)
</description><guid>http://www.sqlservercentral.com/redirect/articles/1280/</guid><pubDate>2004/02/09</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1280/</link></item><item><title>Introduction to ADO Part 2 - Recordsets</title><description>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!

</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/introductiontoadopart2recordsets/529/</guid><pubDate>2003/11/28</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/introductiontoadopart2recordsets/529/</link></item><item><title>Worst Practice - Bad Connection Strings and Bad Info in Sysprocesses</title><description>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.

</description><guid>http://www.sqlservercentral.com/articles/Administering/worstpracticebadconnectionstringsandbadinfoinsyspr/802/</guid><pubDate>2003/08/01</pubDate><link>http://www.sqlservercentral.com/articles/Administering/worstpracticebadconnectionstringsandbadinfoinsyspr/802/</link></item><item><title>Murach's VB.NET Database Programming with ADO.NET</title><description>If you&amp;#39;re a VB.NET programmer who wants to learn database programming with ADO.NET, here&amp;#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&amp;#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&amp;#39;re done, you&amp;#39;ll have a reference that you&amp;#39;ll use on the job every day. (Publisher Provided Description, not reviewed)
</description><guid>http://www.sqlservercentral.com/redirect/articles/1005/</guid><pubDate>2003/06/05</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1005/</link></item><item><title>Default Values and Named Parameters for Stored Procs</title><description>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&amp;#39;ll be a little more conservative and guess that 5 of out 10 will be closer.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/defaultvaluesandnamedparametersforstoredprocs/882/</guid><pubDate>2003/01/08</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/defaultvaluesandnamedparametersforstoredprocs/882/</link></item><item><title>Connecting With Perl Using Win32 : ODBC</title><description>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.


</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/connectingtosqlserverusingperlwin32odbc/863/</guid><pubDate>2006/07/28</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/connectingtosqlserverusingperlwin32odbc/863/</link></item><item><title>Review of Real-World SQL-DMO</title><description>Andy takes a look at the new book on DMO and likes what he sees - &amp;#34;great book for beginner and intermediate DMO users!&amp;#34;. We&amp;#39;ve been supporters of DMO for a while and we&amp;#39;re glad to see a new book on the subject. Read the review, add your comments, buy the book!
</description><guid>http://www.sqlservercentral.com/articles/Administering/reviewofrealworldsqldmo/842/</guid><pubDate>2002/11/19</pubDate><link>http://www.sqlservercentral.com/articles/Administering/reviewofrealworldsqldmo/842/</link></item><item><title>Review of Micrsoft ADO.Net Step by Step</title><description>Andy takes a look at another entry level book, this one on ADO.Net.

</description><guid>http://www.sqlservercentral.com/articles/.Net/reviewofmicrsoftadonetstepbystep/781/</guid><pubDate>2002/08/23</pubDate><link>http://www.sqlservercentral.com/articles/.Net/reviewofmicrsoftadonetstepbystep/781/</link></item><item><title>Generating HTML Tables</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/generatinghtmltables/749/</guid><pubDate>2002/08/05</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/generatinghtmltables/749/</link></item><item><title>Copying DTS Packages To a Different Server</title><description>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&amp;#39;t!

</description><guid>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</guid><pubDate>2006/05/05</pubDate><link>http://www.sqlservercentral.com/articles/Administering/copyingdtspackagestoadifferentserver/638/</link></item><item><title>Reducing Round Trips - Part 3</title><description>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.
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/reducingroundtripspart3/621/</guid><pubDate>2002/03/11</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/reducingroundtripspart3/621/</link></item><item><title>Performance Comparison: Data Access Techniques</title><description>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.</description><guid>http://www.sqlservercentral.com/redirect/articles/620/</guid><pubDate>2002/03/01</pubDate><link>http://www.sqlservercentral.com/redirect/articles/620/</link></item><item><title>Reducing Round Trips - Part 2</title><description>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!
</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</guid><pubDate>2002/02/06</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/reducingroundtripspart2/588/</link></item></channel></rss>