Hi,

Im trying out a ODBC Connection to Access.

My connection string is as following

Code:
            strCn = ("Data Source=cntCal; Initial Catalog=Calendar;");
I get the following error

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.

I rechecked my datasource name and it is indeed cntCal.

What could be the problem