Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Articles with tag
Visual Basic 6
Refine your search with one of the following additional tags (with number of items):
Programming
(43)
Strategies
(6)
Advanced Querying
(2)
Data Warehousing
(1)
SQL Server 7, 2000
(23)
Basic Querying
(4)
Backup and Recovery
(2)
Distributed Queries
(1)
Miscellaneous
(22)
Basics
(4)
Performance Tuning
(2)
English Query
(1)
ADO
(14)
DTS
(4)
System Development Life Cycle
(2)
Indexing
(1)
T-SQL
(14)
Performance Tuning and Scaling
(4)
Analysis Services
(1)
Installation
(1)
Administering
(12)
Stored Procedures
(4)
ASP
(1)
Naming Standards
(1)
Configuring
(8)
XML
(4)
Best and Worst Practices
(1)
Security
(1)
.Net
(6)
Database Design
(3)
Career
(1)
UpdateGrams
(1)
SQL-DMO
(6)
Replication
(3)
Certifications
(1)
Worst Practices
(1)
Search for
any
content tagged
Visual Basic 6
Items 1 to 20 of 51
Next 20 >>
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,454 reads
Introduction to ADO - The Command Object
The third article in a four part series, this week Andy shows how to use the command object to work with stored procedure parameters.
Read more...
By
Andy Warren
2007/02/09 (first posted: 2001/12/18)
|
Source:
SQLServerCentral.com
|
Category:
Stored Procedures
Rating:
|
Discuss
|
Briefcase
|
37,944 reads
Executing a Package from Visual Basic
So you've created a SQL Server package and now you'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.
Read more...
By
Brian Knight
2006/08/18 (first posted: 2004/01/23)
|
Source:
SQLServerCentral.com
|
Category:
DTS
Rating:
|
Discuss
|
Briefcase
|
24,058 reads
Copying DTS Packages To a Different Server
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't!
Read more...
By
Andy Warren
2006/05/05 (first posted: 2002/03/19)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
33,614 reads
Worst Practices - Making Databases Case Sensitive (Or Anything Else)
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's what generated this one!
Read more...
By
Andy Warren
2005/07/08 (first posted: 2001/10/29)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
27,060 reads
Database Migration from Pocket Access to SQL Server CE
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#.
Read more...
By
Additional Articles
2005/05/26
|
Source:
MSDN Communities
|
Category:
Visual Basic 6
Rating:
Rate this
|
Briefcase
|
1,451 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,454 reads
Data Dictionary from within SQL Server 2000
Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!
Read more...
By
Mindy Curnutt
2005/02/04 (first posted: 2002/02/11)
|
Source:
SQLServerCentral.com
|
Category:
Installation
Rating:
|
Discuss
|
Briefcase
|
32,751 reads
Worst Practices - Part 1 of a Very Long Series!
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!
Read more...
By
Andy Warren
2004/12/03 (first posted: 2001/10/09)
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
32,006 reads
Changing Databases Using XML
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.
Read more...
By
Dinesh Asanka
2004/02/16
|
Source:
SQLServerCentral.com
|
Category:
Visual Basic 6
Rating:
|
Discuss
|
Briefcase
|
5,443 reads
Executing a Package from Visual Basic
So you've created a SQL Server package and now you'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.
Read more...
By
Brian Knight
2006/08/18 (first posted: 2004/01/23)
|
Source:
SQLServerCentral.com
|
Category:
DTS
Rating:
|
Discuss
|
Briefcase
|
24,058 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,454 reads
Automate DTS Logging
DTS logging is a pretty handy feature - if you'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's a snap. Other possibilities to this code as well. After all, it uses a DTS package to modify other DTS packages.
Read more...
By
Haidong Ji
2003/09/09
|
Source:
SQLServerCentral.com
|
Category:
DTS
Rating:
|
Discuss
|
Briefcase
|
10,014 reads
Worst Practice - Bad Connection Strings and Bad Info in Sysprocesses
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.
Read more...
By
Andy Warren
2003/08/01
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
13,835 reads
MZTools - Addin for VB6
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're still using VB6 it's worth trying.
Read more...
By
Additional Articles
2003/07/30
|
Source:
Other
|
Category:
Miscellaneous
Rating:
Rate this
|
Briefcase
|
879 reads
Managing Jobs - Part 4
Andy has been busy lately on a project you'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's, if you're not developers, look at this article - this is stuff you can take to your development team and get better/more manageable jobs.
Read more...
By
Andy Warren
2003/06/25
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
7,464 reads
Murach's VB.NET Database Programming with ADO.NET
If you're a VB.NET programmer who wants to learn database programming with ADO.NET, here'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'll learn how to use the classes, properties, methods, events, and techniques that have made this subject so hard to master. And when you're done, you'll have a reference that you'll use on the job every day. (Publisher Provided Description, not reviewed)
Read more...
By
Additional Articles
2003/06/05
|
Source:
Other
|
Category:
Miscellaneous
Rating:
Rate this
|
Briefcase
|
1,204 reads
Managing Jobs Part 3
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't.
Read more...
By
Andy Warren
2003/03/11
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
6,630 reads
Introduction to English Query and Speech Recognition
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.
Read more...
By
Sean Burke
2003/03/07
|
Source:
SQLServerCentral.com
|
Category:
English Query
Rating:
|
Discuss
|
Briefcase
|
7,953 reads
Case Study: Importing New Data Without Emptying Existing Tables
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.
Read more...
By
Robert Marda
2003/01/09
|
Source:
SQLServerCentral.com
|
Category:
DTS
Rating:
|
Discuss
|
Briefcase
|
7,805 reads
Items 1 to 20 of 51
Next 20 >>
Most popular
Database Migration from Pocket Access to SQL Server CE
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#.
Read more...
By
Additional Articles
2005/05/26
|
Source:
MSDN Communities
|
Category:
Visual Basic 6
Rating:
Rate this
|
Briefcase
|
1,451 reads
Automate DTS Logging
DTS logging is a pretty handy feature - if you'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's a snap. Other possibilities to this code as well. After all, it uses a DTS package to modify other DTS packages.
Read more...
By
Haidong Ji
2003/09/09
|
Source:
SQLServerCentral.com
|
Category:
DTS
Rating:
|
Discuss
|
Briefcase
|
10,014 reads
XML IN 20 MINUTES!
This article will quickly dive head first right into XML.
Read more...
By
Leon Platt
2008/01/04 (first posted: 2003/09/26)
|
Source:
SQLServerCentral.com
|
Category:
Basics
Rating:
|
Discuss
|
Briefcase
|
181,454 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use