My company has a fairly old fat client application written in Delphi. We are very interested in replacing it with a shiny new web application. This will make maintenance a breeze and many clients want
Recently I\'ve been working on some Perl projects and I\'m a very novice Perl programmer.I\'ve been experimenting with DBIx::Class and so far I\'m really please with the flexibility and the ease of us
I\'m searching for a code example/link that does what the title says. Basically I need to create a data access layer for my asp.net website, and I want it to be as generic as possible. I prefer to wo
I apologize in advance for the \"rookie\" question, but I am still fundamentally a novice in most aspects of SQL.
I have a开发者_开发知识库 (DAL) Data Access Layer (but this question is relevant for DAOs as well) which is communicating with a restful web service in android (which is less relevant other than the f
Instead of rolling my own ADO.Net helper classes, I\'ve decided to give the Microsoft.Practices.EnterpriseLibrary a spin. Looking over the documentation, and the sample projects, I\'m really liking wh
I have a method in my dataaccess layer that processes a file import. Such a file can have many records in it that need to be inserted into the database.
We have applications that must reach into multiple databases. Previously, we had separate DALs that would reach into only a single database. A separate business layer would sit on top would reach only
Some software currently being written has a requirement for the data model to be transactional, implementing CRUD operations. (get a copy of data, make changes, submit it atomically, get fault message
I am used to using datasets for my projects in terms of data access. I now set mys开发者_开发知识库elf an easy app to work on in order to learn the entity data framework and how to retrieve & mani