Database Connectivity
Article

Five reasons for using an O/R mapping tool

An O/R mapping tool generates persistence objects for your .NET application. It is a modeling and code generation tool that connects to your database and reads its schema, then lets you map objects...
Article

Three ways to connect a database to a Geronimo application server

Follow along using the included example application and a downloadable Eclipse IDE project to learn how to hook things up and get your application talking through a JDBC connection pool deployed in...
Article

Deploying ADO.Net Applications

Databases are an inevitable part of most of the real world applications. Deploying such database centric applications has always been tricky in all the platforms, be it Microsoft Visual Basic 6,...
Article

Microsoft .NET Framework 1.1 Data Provider for Oracle and the Oracle Data Provider for .NET

Get a comparison of the strengths of the two most common .NET data providers for Oracle, and be prepared to select the right one for your next development project.
Article

ASP.NET 2.0 Databinding

In ASP.NET 2.0, a great deal of the ADO.NET object model has been incorporated into controls that let you interact with data declaratively, and that spare you from writing boilerplate code to create...
Article

Executing Database Commands Asynchronously with ADO.NET 2.0

Microsoft's upcoming ADO.NET 2.0 gives you the ability to execute SQL commands asynchronously, sidestepping the blocking effect of making lengthy database calls and letting you make multiple queries...
Article

Writing Provider-Independent Data Access Code with ADO.NET 2.0

When you need to write an application that allows users to select the database provider, the application code itself needs to be completely provider-independent. ADO.NET 2.0 helps you create and...
Article

Overview of ADO.NET 2.0 New Features

In this article, i am going to talk about some of the new features of ADO.NET 2.0. I just started working on ADO.NET 2.0. So this is just an starting, I will keep updating this article as when i find...
Article

Encrypting Connection Strings in Web.config

One of the best practices in ASP.NET is to save your database connection strings in the Web.config file instead of hard-coding it in your code. It's not such a good idea to save your connection...
Article

Schemas in ADO.NET 2.0

Schemas in ADO.NET 2.0. Learn about the enhanced support in ADO.NET 2.0 for accessing metadata from your data sources.
Article

Generic Coding with the ADO.NET 2.0 Base Classes and Factories

Learn more about the new functionality in ADO.NET 2.0 that enables you to create generic data access code.
Article

ADO.NET 2.0 Feature Matrix

ADO.NET 2.0 includes a new base-class provider model, features for all providers, and changes to System.Data.SqlClient. Get an overview of these new features, examples of their use, and a chart of...
Article

Bulk Copy Operations in ADO.NET 2.0

Bulk copying of data from one data source to another data source is a new feature added to ADO.NET 2.0. Bulk copy classes provides the fastest way to transfer set of data from once source to the...
Article

Oracle Database Access using .NET Data Providers

This article shows you how to retrieve data from an Oracle and SQL Server 2000 database using the so called data providers shipped with the .NET Framework. It also covers practices when using...
Article

Using MySQL with .NET

Ever wanted to combine the power and ease of the .NET platform with a free database like MySQL? Well thanks to ODBC database functions in ADO.NET it's really easy. This article shows how.
Article

Database applications with PHP

Learn how to use the Unified ODBC extension for PHP with Apache 2. This article shows you how to Write database applications using the Unified ODBC extension. The Unified ODBC extension for PHP...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.