I'm working late tonight trying to finish up a project on a tight schedule. So I'm wasting a few minutes writing this post, but maybe it'll help me clear my head. I've been having trouble making progress on this project. Part of the problem stems from the fact that it is a small project, and I over engineering the data-access layer.
I probably could have just used the old
DAAB and a few stored procedures and been done with it. However, I have a DataSession class, a DataCommand class, and the command themselves are stored in XML files. I should have went with something simpler, or spent some time learning to use an
ORM solution.