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

    Database Access

    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.

    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.

    Handling Database Writes in Data Access Layer Management

    The write part of managing a data access layer is where things can go awry. Writing requires managing changes, validation, and transactions. Learn how to handle the challenge.

    Microsoft CRM Integration: Oracle Database Access from MS CRM

    Here's a new way to access an Oracle database from MS CRM.

    Database Build Wizard

    The database assembly build tool is a tool to allow a developer to select database schema items (tables, views, stored procedures, users, and so forth) and export the DDL to create these items to an SQL file.

    Event Spy for MS Data Grid

    A utility form that will show DataGrid events with parameters as they happen in realtime.

    Changing Databases at the Customer's Location Using XML and VB

    Learn how to change databases at the customer's location by using XML and ADO.

    Data Transferring from COBOL to MS Access via VB

    Using Visual Basic, learn how to transfer data formatted by COBOL (flat data) to Microsoft Access.

    Managing SQL in Visual Studio .NET

    You can generate perfect SQL even if you aren't a SQL programmer, and you never have to leave Visual Studio .NET for most of your day-to-day SQL tasks.