G
Guest
Hi,
I would like to have a data layer that is independent from the data provider
and ADO.NET. What I mean is that I would like to have a project that is
reusable in other projects, which use SQL Server, Sybase, or MySQL.
The goal is to avoid duplicating code as much as possible. For example, I
would like to have one "Fill" method which works for any data provider.
Is this possible at all? Any link to articles/code?
Thanks
Mike
I would like to have a data layer that is independent from the data provider
and ADO.NET. What I mean is that I would like to have a project that is
reusable in other projects, which use SQL Server, Sybase, or MySQL.
The goal is to avoid duplicating code as much as possible. For example, I
would like to have one "Fill" method which works for any data provider.
Is this possible at all? Any link to articles/code?
Thanks
Mike