.NET news » Database 
Programming Microsoft Visual Basic .NET for Microsoft Access Databases
Author: Rick Dobson
Average rating: (16 reviews)
More .NET Database books
Convert SQL Server DB to SQLite DB
C# Utility to automatically do the conversion from SQL Server DB to SQLite DB
Check Validity of Sql Server Stored Procedures/Views/Functions
Command line tool to check validity of objects in SQL Server databases.
Multiple Ways to do Multiple Inserts
Various ways to do Multiple Inserts in SQL Server 2000/2005 or Oracle Database using ADO.NET in single database round trip.
Database-Driven Business Layer Templates
A introduction to the flexibilities provided by the use of SQL extended properties in business layer code templates.
A Naming Scheme for Database Tables and Fields
Database developers have historically used a somewhat cryptic system for naming database tables and fields. Originally a result of the limitations of database management systems (DBMS), these naming schemes - or the lack thereof - have been adopted by convention and tradition. However, as database applications become more complex, with more tables and larger teams of developers, and as developers come and go, it becomes much more important to implement a robust and disciplined naming scheme for database objects. A well-defined naming scheme becomes more important when you adopt object relational mapping (ORM) technologies or automatic code generation.
13 Productivity Tips for Transact-SQL 2005
Microsoft implemented many new features in SQL Server 2005, including an impressive set of language enhancements. From new language statements for SQL-99 compatibility to new features in response to customer requests, Transact-SQL 2005 helps to increase developer productivity. This article covers most of the new language features by posing a statement/scenario and then provide some code samples to show how you can use T-SQL 2005 to address the problem. You'll also get a brief glance at Visual Studio Team Edition for Database Professionals, a product that helps a development team to manage databases. Finally, I'll give you a sneak preview of some features in the next scheduled version of SQL Server (SQL Server 2008, "Katmai")...
SQL Trusted Connections with ASP.NET
Hard coding passwords into your application or your web site is a bad thing. Barry looks at how we can use trusted connections to provide the authentication we need, without the need for these potential security hazards.
SQL Server Management Objects: Lessons from the Wild
Harness the power of SQL Server Management Objects to create, document, and manage your SQL Server databases.
MySQL Membership, Role, Sitemap, Personalization Provider for ASP.Net 2.0
This is the implementation of Membership, Role, Sitemap, Personalization provider of ASP.Net using MySQL as backend database. This class uses the native net MySQL connector version 5.1.2.
8 Sep 2007, 01:18:00 Source: MySQL Membership, Role, Sitemap, Personalization Provider...
Tags: ASP.NET
Database
Simple introduction to Oracle XE with C#
This tutorial is intended to be a beginner's guide to Oracle XE. Oracle XE is an entry level database from Oracle. It has many of the features of the standard Oracle database yet it is easy to install with very little configuring needed and also easy to administer. There are some limitations as you would expect from a free product. The first is that there is a four gigabyte user data restriction. That is you can only store up to four gigabytes of user data. This does not include table namespaces or database data. The other restriction is that the database will only use one CPU from the host machine even if the host machine has more than one CPU.

