﻿<?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 Visual Basic 6, ADO</title><link>http://www.sqlservercentral.com/</link><description>Content tagged Visual Basic 6, ADO posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><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>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>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>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>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>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><item><title>XML Data Solutions</title><description>This sample is provided in conjunction with the MSDN Magazine article, &amp;#34;SQL Server 2000 and XML: Developing XML-Enabled Data Solutions for the Web.&amp;#34; This article presents and compares five data access approaches, using a variety of technologies including ASP and ADO, XSLT, and DirectXML. Once built, the solutions are compared on the basis of their speed and efficiency.
</description><guid>http://www.sqlservercentral.com/redirect/articles/575/</guid><pubDate>2002/01/18</pubDate><link>http://www.sqlservercentral.com/redirect/articles/575/</link></item><item><title>Review of SQL Comparison and Synchronization Toolkit</title><description>This week Andy takes a look at a new product from Red-Gate that gives you even more options than you get with their SQL Compare and SQL Data Compare tools - now you can build your own. Add the features you always wanted. Build automated processes instead of using the GUI. It&amp;#39;s an interesting product - read the review and then maybe even enter the contest to win a free copy.

</description><guid>http://www.sqlservercentral.com/articles/Administering/reviewofsqlcomparisonandsynchronizationtoolkit/580/</guid><pubDate>2002/01/16</pubDate><link>http://www.sqlservercentral.com/articles/Administering/reviewofsqlcomparisonandsynchronizationtoolkit/580/</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>Connection Pooling with Microsoft SQL Server 2000 Analysis Services</title><description>This white paper describes how to use the connection pooling objects included with the Microsoft XML for Analysis Provider to develop scalable client and Web applications for Microsoft SQL Server 2000 Analysis Services. (11 printed pages)


</description><guid>http://www.sqlservercentral.com/redirect/articles/420/</guid><pubDate>2001/09/11</pubDate><link>http://www.sqlservercentral.com/redirect/articles/420/</link></item></channel></rss>