In several posts in this group it has been suggested that developers should
create a Data Access Class and use that for most ADO.NET actions within
their projects. Does anyone have a pointer to a sample? I looked at the Data
Access Application Block but that appears to be only for SQL Server. I am
working on an application that uses a couple of Access 2000 databases.

--
------------------------------------
Wayne Wengert
wayne@wengert.org

Re: Looking for OLE Datat Access Example Class by Wayne

Wayne
Tue Jul 29 21:12:12 CDT 2003

I'm not sure I understand your point? From reading previous posts I gather
it is recommended to create a class in your project with methods to manage
DataSets, Connections, Adapters, etc. The concept makes sense to me. I am
looking for a starting point.

Wayne

"Kathleen Dollard" <kathleen@mvps.org> wrote in message
news:OGe9bsiVDHA.1676@TK2MSFTNGP10.phx.gbl...
> Wayne,
>
> What differences do you expect in architecture with Access? What do you
need
> to do beyond change SQLClient imports and SQL prefixes?
>
> --
> Kathleen (MVP-VB)
>
>
>
> "Wayne Wengert" <wayne@wengert.org> wrote in message
> news:#v$GvoeVDHA.484@TK2MSFTNGP09.phx.gbl...
> > In several posts in this group it has been suggested that developers
> should
> > create a Data Access Class and use that for most ADO.NET actions within
> > their projects. Does anyone have a pointer to a sample? I looked at the
> Data
> > Access Application Block but that appears to be only for SQL Server. I
am
> > working on an application that uses a couple of Access 2000 databases.
> >
> > --
> > ------------------------------------
> > Wayne Wengert
> > wayne@wengert.org
> >
> >
>
>