Language
Any
Platform
Any
License
Any
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...
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...
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,...
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.
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...
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...
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...
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...
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...
Schemas in ADO.NET 2.0. Learn about the enhanced support in ADO.NET 2.0 for accessing metadata from your data sources.
Learn more about the new functionality in ADO.NET 2.0 that enables you to create generic data access code.
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...
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...
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...
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.
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...