Error in Database connection in C++ program

i am using visual studio 210 ultimate edition, i am having trouble while connecting my program to database,
the connection string is
string connection = @"Provider=Microsoft.ACE.OLEDB.4.0; data source = AuCeph.accdb";
when i run the proram i got this error,

Can anyone guide me to resolve this error,
Thanks.
