DbConnection, DbDataReader and DbCommand

  • Thread starter Thread starter Jelle de Jong
  • Start date Start date
J

Jelle de Jong

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
 
Has nobody ever implemented IDbConnection, etc.? Hopefully someone can help
me.

Thanks.
 
Jelle said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top