Hi all,
I have a datasource and I want to connect to it like ADO.Net and build my
own DbConnection and stuff. But I don't want to build my own SQL-parser.
Does someone have a good idea to use SQL and implement it with my own
DataReader? Or are there some good tutorials to build your own ADO.Net
implementation? I cannot find it with Google.
Thanks.
Jelle
Jelle de Jong - 10 Mar 2008 17:49 GMT
Has nobody ever implemented IDbConnection, etc.? Hopefully someone can help
me.
Thanks.
> Hi all,
>
[quoted text clipped - 7 lines]
>
> Jelle
Arne Vajhøj - 11 Mar 2008 03:10 GMT
> I have a datasource and I want to connect to it like ADO.Net and build
> my own DbConnection and stuff. But I don't want to build my own
> SQL-parser. Does someone have a good idea to use SQL and implement it
> with my own DataReader? Or are there some good tutorials to build your
> own ADO.Net implementation? I cannot find it with Google.
I would suggest you find an open source (preferable Apache/BSD license)
ADO.NET provider and look at how they do it.
Arne