基于.net framework 4.5 的postgresql 的连接api(Npgsql.dll,Mono.Security.dll) 亲测试过以正常使用!
2024-04-10 18:20:13 223KB Npgsql.dll Mono.Security
1
asp.net C# PgSql驱动,包含了Npgsql.dll 与 mono.security。 gauss系统数据库也可用。
2022-12-06 16:17:40 2.15MB asp.net 后端 开发语言 C#
1
C#连接Postgresql的两个dll文件:Npgsql.dll Mono.Security.dll
2022-12-06 14:31:49 181KB C# Postgresql
1
C#连接PostgreSql需要的Npgsql.dll和Mono.Security.dll各版本支持文件
2021-12-08 15:03:44 2.37MB C# postgreSql
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
c#数据库
2021-07-16 15:03:28 294KB c#
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
用C#连接postGre的两个provider:Mono.Security.dll
2021-05-25 17:25:36 276KB Mono.Security.dll
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