基于.net framework 4.5 的postgresql 的连接api(Npgsql.dll,Mono.Security.dll) 亲测试过以正常使用!
2024-04-10 18:20:13 223KB Npgsql.dll Mono.Security
1
C#连接Postgresql的两个dll文件:Npgsql.dll Mono.Security.dll
2022-12-06 14:31:49 181KB C# Postgresql
1
最近用VS2022建的项目连接pgsql数据库,错误接二连三。最后发现是Npgsql版本低了,这个是22年初最新版本的
2022-04-06 01:58:55 1.05MB 数据库 database npgsql
1
C#连接PostgreSql需要的Npgsql.dll和Mono.Security.dll,Npgsql-2.2.3-net20.zip
2021-08-25 14:32:34 610KB Npgsql.dll PostgreSql
1
基于.net framework 4.5 的postgresql 的连接api(Npgsql.dll,Mono.Security.dll)
2021-08-24 23:11:58 720KB postgresql .net
1
PG数据库与C#交互
2021-07-16 15:03:30 348KB c# pgsql
1
Npgsql.dll 版本2.0.12.0
2021-06-29 12:03:32 406KB Npgsql
1
C#连接PostgreSql需要的Npgsql.dll和Mono.Security.dll,包含各个.net版本。
2021-06-05 12:00:45 2.06MB PostgreSql .net Npgsql.dll Mono.Security.dl
1
Npgsql.dll
2021-05-25 16:34:44 332KB PostgreSQL
1
string connectionString = "Server=127.0.0.1;Port=5432;Database=myDataBase;User Id=myUsername; Password=myPassword;"; NpgsqlConnection conn = new NpgsqlConnection(connectionString); conn.Open(); C#连接PostgreSql需要的Npgsql.dll和Mono.Security.dll,Npgsql-2.2.3-net40.zip
2021-05-24 13:09:47 705KB Npgsql.dll Security.dll PostgreSql
1