﻿<?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</title><link>http://www.sqlservercentral.com/</link><description>Content tagged Visual Basic 6 posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>XML IN 20 MINUTES!</title><description>This article will quickly dive head first right into XML.




</description><guid>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</guid><pubDate>2008/01/04</pubDate><link>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</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>Executing a Package from Visual Basic</title><description>So you&amp;#39;ve created a SQL Server package and now you&amp;#39;re ready to integrate it into your Visual Basic application? In this series, Brian Knight will show you how to use the DTS object model to execute a DTS package from Visual Basic.


</description><guid>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</guid><pubDate>2006/08/18</pubDate><link>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</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>Worst Practices - Making Databases Case Sensitive (Or Anything Else)</title><description>Article number four in this popular series continues exposing Worst Practices! This week Andy continues his tirade by talking about why case sensitive databases should be BANNED from the planet. Is he right or just OUT OF CONTROL? Read the article and join the discussion - your comment may lead to an article, that&amp;#39;s what generated this one!
</description><guid>http://www.sqlservercentral.com/articles/Administering/worstpracticesmakingdatabasescasesensitiveoranythi/489/</guid><pubDate>2005/07/08</pubDate><link>http://www.sqlservercentral.com/articles/Administering/worstpracticesmakingdatabasescasesensitiveoranythi/489/</link></item><item><title>Database Migration from Pocket Access to SQL Server CE</title><description>This article is about migrating Pocket PC applications that are written in eMbedded Visual Basic to the .NET Compact Framework. The migration includes a change from using ADO CE for accessing data in a Pocket Access database to using ADO.NET for accessing data in SQL Server CE. The sample code is supplied in both Visual Basic and C#.</description><guid>http://www.sqlservercentral.com/redirect/articles/1876/</guid><pubDate>2005/05/26</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1876/</link></item><item><title>XML IN 20 MINUTES!</title><description>This article will quickly dive head first right into XML.




</description><guid>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</guid><pubDate>2008/01/04</pubDate><link>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</link></item><item><title>Data Dictionary from within SQL Server 2000</title><description>Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!

</description><guid>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</guid><pubDate>2005/02/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</link></item><item><title>Worst Practices - Part 1 of a Very Long Series!</title><description>Andy starts a new series about Worst Practices - come find out why and read about the first one on his list - using Hungarian Notation for column names!


</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/worstpracticespart1ofaverylongseries/471/</guid><pubDate>2004/12/03</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/worstpracticespart1ofaverylongseries/471/</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>Executing a Package from Visual Basic</title><description>So you&amp;#39;ve created a SQL Server package and now you&amp;#39;re ready to integrate it into your Visual Basic application? In this series, Brian Knight will show you how to use the DTS object model to execute a DTS package from Visual Basic.


</description><guid>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</guid><pubDate>2006/08/18</pubDate><link>http://www.sqlservercentral.com/articles/DTS/executingpackagefromvisualbasic/585/</link></item><item><title>XML IN 20 MINUTES!</title><description>This article will quickly dive head first right into XML.




</description><guid>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</guid><pubDate>2008/01/04</pubDate><link>http://www.sqlservercentral.com/articles/Basics/20010422115709/78/</link></item><item><title>Automate DTS Logging</title><description>DTS logging is a pretty handy feature - if you&amp;#39;ve got it enabled. Got lots of packages and want to turn it on for all of them? Thats a lot of point and click using EM, but with the code Haidong has put together, it&amp;#39;s a snap. Other possibilities to this code as well. After all, it uses a DTS package to modify other DTS packages.
</description><guid>http://www.sqlservercentral.com/articles/DTS/automatedtslogging/1124/</guid><pubDate>2003/09/09</pubDate><link>http://www.sqlservercentral.com/articles/DTS/automatedtslogging/1124/</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>MZTools - Addin for VB6</title><description>Freeware! This add-in gives you some great extra features when working in VB6. It has a tab index setter, options to add a chunk of error handling code, a simple code analyzer that gives you some metrics, and my favorite - an option to identify unused code and variables. If you&amp;#39;re still using VB6 it&amp;#39;s worth trying.
</description><guid>http://www.sqlservercentral.com/redirect/articles/1073/</guid><pubDate>2003/07/30</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1073/</link></item><item><title>Managing Jobs - Part 4</title><description>Andy has been busy lately on a project you&amp;#39;ll be hearing more about soon (!), but he did manage to get part four of his managing jobs series done. This article discusses ideas for patterns to follow when building jobs, including writing to the console, setting errorlevels, and how to get them installed on the server. DBA&amp;#39;s, if you&amp;#39;re not developers, look at this article - this is stuff you can take to your development team and get better/more manageable jobs.
</description><guid>http://www.sqlservercentral.com/articles/Administering/managingjobspart4/1037/</guid><pubDate>2003/06/25</pubDate><link>http://www.sqlservercentral.com/articles/Administering/managingjobspart4/1037/</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>Managing Jobs Part 3</title><description>This week Andy looks at where, when, and how jobs should be run and why you need to think about those items before you build the job. Part of this is deciding what runs on production servers and what doesn&amp;#39;t.
</description><guid>http://www.sqlservercentral.com/articles/Administering/managingjobspart3/936/</guid><pubDate>2003/03/11</pubDate><link>http://www.sqlservercentral.com/articles/Administering/managingjobspart3/936/</link></item><item><title>Introduction to English Query and Speech Recognition</title><description>The first part of this series provides a road map for a very cool application using an under-utilized companion of the SQL Server 2000 database platform.



</description><guid>http://www.sqlservercentral.com/articles/English+Query/introductiontoenglishqueryandspeechrecognition/534/</guid><pubDate>2003/03/07</pubDate><link>http://www.sqlservercentral.com/articles/English+Query/introductiontoenglishqueryandspeechrecognition/534/</link></item><item><title>Case Study: Importing New Data Without Emptying Existing Tables</title><description>The challenge for Robert Marda was to devise a way to keep the data available at all times while importing the new data, detect if a full or daily update was received and run appropriate data pumps, put in sufficient fail safes to ensure bad data would not get imported, and to make the process automatic including notification to pagers upon failure. Robert shows you how he did it here.
</description><guid>http://www.sqlservercentral.com/articles/DTS/importingnewdatawithoutemptyingexistingtables/895/</guid><pubDate>2003/01/09</pubDate><link>http://www.sqlservercentral.com/articles/DTS/importingnewdatawithoutemptyingexistingtables/895/</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 Developing Windows Based Applications for VB.Net and C#.Net</title><description>Andy talks briefly about why the company he works for has decided to require all developers to obtain the MCSD, then takes a look at the book they chose for the initial round of study for the first exam.

</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/reviewofdevelopingwindowsbasedapplicationsforvbnet/852/</guid><pubDate>2002/11/26</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/reviewofdevelopingwindowsbasedapplicationsforvbnet/852/</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>Creating Your Dream Project</title><description>In this article, columnist Christopher Duncan shows you how to create your dream development project.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/creatingyourdreamproject/851/</guid><pubDate>2002/11/15</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/creatingyourdreamproject/851/</link></item><item><title>Restoring Using DMO - Getting File List and No Recovery</title><description>Following up on a question posted in our discussion area, Andy demonstrates how to backup/restore a database using DMO, how to get the list of files to be restored, and how to do a restore with no recovery. Lots of sample code!
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/restoringusingdmogettingfilelistandnorecovery/823/</guid><pubDate>2002/10/15</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/restoringusingdmogettingfilelistandnorecovery/823/</link></item><item><title>Adding Linked Servers Using SQL-DMO</title><description>Following up on a question posted in our discussion area, Andy looks at how to use DMO to add and remove linked servers. Along the way he points out a couple &amp;#39;gotchas&amp;#39; and throws in a cool tip about how to save a little time when you experiment with DMO.
</description><guid>http://www.sqlservercentral.com/articles/Administering/addinglinkedserversusingsqldmo/801/</guid><pubDate>2002/09/19</pubDate><link>http://www.sqlservercentral.com/articles/Administering/addinglinkedserversusingsqldmo/801/</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>Using Interface-Based Programming Techniques in SQL Server</title><description>Programmers can most commonly relate to interface-based programming in their programming language. This is harder to accomplish in SQL Server though. In this article by Chris Cubley, he shows you how to build interfaced-based SQL.


</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/sql_interface_final/732/</guid><pubDate>2002/07/19</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning+and+Scaling/sql_interface_final/732/</link></item><item><title>Version Control for Stored Procedures</title><description>Version control for stored procedures isn&amp;#39;t always popular and certainly isn&amp;#39;t easy. Or can it be? Andy discusses a technique he used on a recent project that you might find interesting.
</description><guid>http://www.sqlservercentral.com/articles/Administering/versioncontrolforstoredprocedures/681/</guid><pubDate>2002/05/10</pubDate><link>http://www.sqlservercentral.com/articles/Administering/versioncontrolforstoredprocedures/681/</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></channel></rss>