since DAO layer is typically responsible for accessing data from DB given certain input (like a user_id etc), should it concern itself with checking the validity of its input?
In my DAO layer I am doing all my database work by calling stored procedures. I was wondering has anyone been successful in testing their DAO layer using EasyMock?
This should be obvious, but I am stumped. I am in Access 2007, and I am looping through records.I want to filter the second recordset on the first.
Can I use .resx files in F# 2.0 projects? If so, how do I go abo开发者_如何学Gout adding, and then using these resources.