The Wayback Machine - https://web.archive.org/web/20101122084427/http://www.codeguru.com:80/vb/gen/vb_database/

    Database

    Working with Dundas Charts in SQL Server Reporting Service

    Learn to leverage the power of Dundas Charts in your next SQL Server project.

    Basics of SQL Server 2008 Locking

    Relational databases are designed for multiple simultaneous users, and Microsoft SQL Server is no different. However, supporting multiple users requires some form of concurrency control, which in SQL Server's case means transaction isolation and locking. Read on to learn how SQL Server 2008 implements locking.

    A Developers Guide to Microsoft Azure

    Learn to leverage the power of the cloud with your existing web applications.

    SQL Server Modeling Services with Microsoft Visual Studio 2010 Beta 2

    Learn how to use SQL Modeling Services to hunt for interdependencies without having to access source code.

    SELECT, INSERT, UPDATE with the SQL MERGE Statement

    In today's column we'll demonstrate how and when to use the new TSQL MERGE statement and how this can be a helpful addition to your toolbox.

    Writing UDFs for Firebird Embedded SQL Server

    This article was written mainly for developers who use Firebird Embedded SQL Server in .Net framework applications and want to speed up or optimize DB queries. We will describe how to create your own native Firebird extension and show some approaches how to use it in managed code applications.

    Converting Data to XML with LINQ to XML

    Sometimes when you have all kinds of data what you really need is XML. LINQ to XML let's you employ functional construction to convert your data into XML.

    DataBinding a DropDownList in a FormView

    Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.

    Using T-SQL CROSS APPLY and OUTER APPLY

    Elevate your SQL game (a little bit) with CROSS APPLY and OUTER APPLY.

    Exploring Cool Features of Devexpress' ASPxGridView

    Devexpress has a commitment to providing amazing ASP.NET (and other controls), such as their latest revision of their ASPxGridView, version 8.3, which supports filtering, grouping, sorting, and much more, with little or no coding on your part.

    OP-ED: Why LINQ to SQL is a Better Option than Straight SQL

    LINQ to SQL eliminates SQL Injection Attacks and is easier to use than straight SQL to boot.

    LINQ to Entities Preview

    ADO.NET 3.0 and the ADO.NET Entity Framework are designed to let you spend less time writing SQL and database plumbing code and more time working in the space of the problem you are trying to solve.

    Beginner's Guide to SQL Server Database Development with VSTS Database Edition

    Learn how to make Visual Studio Team Suite Database Edition part of your development process.

    Implementing a Left Join with LINQ

    Learn how to implement a Left Outer Join with LINQ.

    A Basic VB.NET ADO.NET Tutorial: Adding, Deleting, and Updating

    Manipulating data with ADO.NET can be easy. Discover the steps to creating a simple form to add, update, and delete database records using ADO.NET.

    A Basic ADO.NET Tutorial in Visual Basic.NET

    Discover a quick (and easy) introduction to using ADO.NET to read information from a database.

    Programming with LINQ to SQL

    You can use LINQ to SQL to define an Object Relational Mapping between SQL tables and then query those tables with LINQ.

    Bound Controls: Evil or Not?

    This is a fully functional sample that shows some advanced features that would be hard to do with bound controls.

    Language Feature Highlight: Local Type Inference in C# 3.0 and Visual Basic 9.0

    Learn about local type inference in C# 3.0 and Visual Basic 9.0. Examine why it is relevant and the syntax for its use.

    Implementing a Custom ConnectionString Installer for Setup

    See how a setup project with a custom action lets the user define the connection string using the Data Links dialog and encrypt that connection string using RSA encryption.

    Rendering Images in ASP.NET Directly from Your Database

    There's no need to store file system paths in a database. Just store images in your database and then directly load them to your ASP.NET pages.

    [Updated] XML Data Binding

    XML Data Binding allows you to manipulate an XML document via a set of simple objects. Learn about the generation of these objects, and see a summary of the existing products on the market.

    Better Entities with Nullable Types

    Tired of checking database entries for null values? This month, Paul illustrates how you can use Nullable types to make fields and properties accept nulls.

    Web Service Method to Back Up a Database from a Mobile Device

    Learn about a web service method to back up a database from a mobile device using the SQL Backup command and asynchronous method calls.

    [Updated] Fuzzy Matching Demo in Access

    Dare to enter the world of approximate string matching with this introduction, tutorial, and Access 2000 database demo with a 99% precision/recall.