is MDAC required for an application which only uses datset. The application does not have any database, just uses a DataSet to make some programming easier. do i have to deploy MDAC?
MigrationUser 1 Friday, January 21, 2005 12:39 PM
No. MDAC stands for Microsoft Data Access Components and contains drivers and such for dealing with outside data sources. You're not accessing any data, so you're good to go. Everthing happens in memory with the DataSet.