by pdavis68
DotNetDALLib is a Data Access Layer library for .NET applications. Either by hand, or using templates for CodeSmith, users can create attributed objects which they can simply serialize to/from the database with minimal work.
Saving multiple records via SaveObjects has been improved significantly in terms of speed, particularly for updates (not as drastic for inserts w/identity columns) Fixed some bugs that caused updates to periodically fail
Saving multiple records via SaveObjects has been improved significantly in terms of speed, particularly for updates (not as drastic for inserts w/identity columns) Fixed some bugs that caused updates to periodically fail
pdavis68 committed patchset 5 of module DotNetDALLib to the DotNet DAL Library CVS repository, changing 1 files
pdavis68 committed patchset 4 of module DotNetDALLib to the DotNet DAL Library CVS repository, changing 2 files
I've been working with DotNetDALLib a bit more lately and I'm running into a good number of bugs that I'm fixing. There were some serious problems with the update mechanism that I've been fixing. Once I've finished my work with the library and fixed all ...
pdavis68 created the Problem saving records artifact
pdavis68 created the Template fails for Access databases artifact
pdavis68 created the Template missing closing brace artifact
I've released version 2.0 of the library. I've taken care of all the primary key related issues. The primary key may now be compound. It may be non-integer, and it doesn't have to be an identity field. The library still needs some testing. I'm about to ...
pdavis68 committed patchset 3 of module DotNetDALLib to the DotNet DAL Library CVS repository, changing 2 files
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use