Data access is always an unavoidable part of any software development process. There are different types of DBMS systems available in the market. And software architects consider data access as a separate layer while designing multi tired applications. Here I am presenting a unique data access component which encapsulates the data access functionalities of ADO.NET and some other useful utilities to use with any type of applications and DB back ends. One of the major advantages of this component is that, it provides a transparent interface for accessing SQL, OLEDB, ODBC and Oracle back ends.