从网上看到的.net对PostgreSQL操作的文章
(http://www.zdnet.com.cn/developer/code/story/0,3800066897,39530081-1,00.htm)
按照他的例子,是要抱错的,主要是一些细节的地方,他没有提到.
需要添加2个dll文件:Mono.Security.dll; Npgsql.dll。
给一个例子大家自己参考一下:
 1C#对PostgreSQL的操作.        private void button1_Click(object sender, System.EventArgs e)
 2        }
PostgreSQL驱动程序下载地址为:
http://pgfoundry.org/frs/?group_id=1000140 

相关文章: