Hi,

I want to write a VC 2008(MFC) app to create a SQL Server database, then create a data table inside it, and then add some records to the table. I am using SQL Server 2008. I want to know which method is the best? ADO, OLE-DB, ODBC, DAO, or any other methods? Which method is recommended by Microsoft?

Thanks