Data access typically refers to software and activities related to storing, retrieving, or acting on data housed in a database or other repository.
There seem to be very different opinions about using transactions for reading from a database. Quote from the DeveloperWorks article …
database transactions data-accessTo implement data access code in our application we need some framework to wrap around jdbc (ORM is not our …
java jdbc data-access spring-jdbcPersistence ignorance is typically defined as the ability to persist & retrieve standard .NET objects (or POCOs if you really …
nhibernate orm poco data-access persistence-ignoranceI'm working with large files in C# (can be up to 20%-40% of available memory) and I will only need …
c# file data-accessI read SQL Command Builder class from http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommandbuilder.aspx and I …
c# .net dataadapter data-access sqlcommandbuilderWell there is a similar topic about transaction script with NoSQL database, but this one is about the pattern in …
design-patterns data-access-layer data-accessI develop an application using Struts, Spring, and Hibernate. My DAOs uses spring jdbc and all its method throws DataAccessException(…
spring exception-handling struts dao data-accessConsider the following situation file: ./include/functions/table-config.php containing: . . $tablePages = 'orweb_pages'; . . file: ./include/classes/uri-resolve.php containing: class …
php oop class global-variables data-accessI'm writing a method to return an 'asset' row from the database. It contains strings, ints and a byte array (…
c# asp.net optimization data-accessI have recently started reading about dependency injection and it has made me rethink some of my designs. The problem …
php dependency-injection lazy-loading data-access