[GENERAL] Generic provider for .Net

2009-01-06 Thread Rob Richardson
My stumbling through the wilds of .Net, ADO.Net and PostGRESQL continues... I left out a critical requirement from my discussion of .Net providers: They must be compatible with some generic data type inside a .Net application. The most that is allowed to change is a connection string. If I use

Re: [GENERAL] Generic provider for .Net

2009-01-06 Thread Francisco Figueiredo Jr.
On Tue, Jan 6, 2009 at 7:00 PM, Rob Richardson rob.richard...@rad-con.com wrote: My stumbling through the wilds of .Net, ADO.Net and PostGRESQL continues... With this requirement, I would suggest you to use dbproviderfactory support of .Net This is a sample link with informations about it: