Thread: Implement a .NET Data Provider

Implement a .NET Data Provider

From
"Francisco Jr."
Date:
Hi all.

I'd like to implement a .NET Data provider for
postgresql using the protocol as specified in
<http://developer.postgresql.org/docs/postgres/protocol.html>.


I think this is important because there are many sites
out there that would be using ASP.NET and a postgresql
database backend. I know that they could use the ODBC
bridge but I think that a native implementation would
be cool, just as the JDBC implementation is :)


There are already implementations of .NET runtime
framework for FreeBSD
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Dndotnet/html/mssharsourcecli.asp?frame=true>
, and Linux <http://www.go-mono.org>.

I'd like to know if there is already anybody working
with something like this because I'm creating a new
project at sourceforge.net and I don't want to overlap
anywork already done :).


Thanks in advance.


Francisco Jr.

_______________________________________________________________________________________________
Yahoo! Empregos
O trabalho dos seus sonhos pode estar aqui. Cadastre-se hoje mesmo no Yahoo! Empregos e tenha acesso a milhares de
vagasabertas!
 
http://br.empregos.yahoo.com/


Re: Implement a .NET Data Provider

From
Jean-Michel POURE
Date:
Le Dimanche 21 Avril 2002 02:11, Francisco Jr. a écrit :
> I'd like to know if there is already anybody working
> with something like this because I'm creating a new
> project at sourceforge.net and I don't want to overlap
> anywork already done :).

Maybe you should try contact the ODBC list which is mainly working on Windows
features / connectivity. Also, the ODBC team might open a CVS account for you
on Postgresql.org.

SourceForge does not allow projects to leave. Therefore, when your project is
mature enough to be included in PostgreSQL main tree, there will still be
garbage on Sourceforge in a Google search.

Cheers,
Jean-Michel POURE