C#连接Postgresql的两个dll文件:Npgsql.dll Mono.Security.dll
2022-12-06 14:31:49 181KB C# Postgresql
1
C#中使用SFTP所需的3个dll文件
2021-11-22 17:34:41 160KB SFTP
1
C# Sftp上传下载文件 需要的3个类库文件DiffieHellman.dll org.mentalis.security.dll tamir.sharpssh.dll
2021-09-18 10:36:48 160KB Sftp相关类库
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#连接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
基于.net framework 4.5 的postgresql 的连接api(Npgsql.dll,Mono.Security.dll
2020-01-13 03:09:48 726KB postgresql .net
1