Unidirect.NET is a .NET based database tool which access data from any data provider. It can access data from multiple database from the same code. It offers several classes and each one has different functions like uniconnection- it connects the dat
DBISAM ADO.Net Provider is a data provider designed to communicate with DBISAM Database Server by Elevate Software from an application or ASP.Net page written for the Microsoft .NET Framework. It is based on ActiveX Data Objects for the .NET Framewor
Write Your Own Provider For the ASP.NET DataGrid is an interesting article which discusess about how to create custom data provider to populate datagrid control. In this article the author describes the Enumerable interface of the ADO.NET and its thr
SQLXML 3.0 Managed Provider Classes is an user friendly tutorial in which author gives an idea about the procedure for utilizing SQLXML managed provider class through which users can create a customized XML documnets using the XML templates and Xpath
How To Execute SQL Parameterized Stored Procedures by Using the ODBC .NET Provider and Visual C#.NET is an article which shows the step-by-step process of executing the stored procedure with the help of ODBC.NET data Provider. This article shows the
Diamond ADO is a Delphi component library, that provide high-speed performance when working with any OLE DB provider or ODBC data source. Diamond ADO uses ActiveX Data Objects 2.0 (ADO) to access data and the BDE is not required. Using Diamond ADO yo
VISOCO BDP.NET for Sybase ASE is a BDP.NET provider that allows a developer to get direct access to Sybase ASE from applications based on Borland Delphi and C# Builder. It provides a high performance data-access architecture, easy installation and
This application can connect to any data source (with OLEDB provider) using ADO, lets you select the data you want with table selection or SQL, and then allows you to transform the data using a chain of XSL transformers to any format. The final data
ElegantJ Table Collection of JAVABEANS are a powerful collection of beans that enables developers to seamlessly display data in tables. The set includes both AWT as well as JFC table bean. The data provider included with the ElegantJ - Data Table Set
Avoid The Parameters Collection With The Microsoft .NET Data Provider For Oracle is an article which gives you the solution for getting the recordsets from the stored procedure with out using the parameter collection of the oracle command object. The |