I'm building an app using SQLMAP but I keep reading about DAO and wonder if I should be using it as well. The app is pretty straightforward, running against a single SQL Server 2005 database with all access to the database via the classes and SQLMAP. Given this relatively simple config, are there any compelling reasons to use DAO as well?
Thanx, Garth

