Virtual Data Objects
Home Page
Categories: Persistence - Data-tier
Author: Infralution
Latest version: 1.1
Added 2005-11-02
Lets you use classic ADODB recordsets as .NET data sources.
With Virtual Data Objects, you can set up a DataGrid to display browsable, editable and sortable data straight from your database. No need for DataAdapters, DataSets, etc.
Records are only loaded from the database as needed so you can browse large databases without the overhead of preloading everything into a Dataset - just like you did with classic ADO.
You can use either untyped recordsets (like classic ADO) or you can define fully typed data access classes to encapsulate access to database fields.
 Built for .NET |
 Library |