Im having problems connecting to an access database found in the following path: C:\tgs_webedit\pool\n_pool.mdb.
Im using odbc connection and my problem is in the following line: OdbcConnection DbConnection = new OdbcConnection("DNS = C:\tgs_webedit\pool\n_pool.mdb");
Im getting the following error : System.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Any help would be greatly appreciated.