用户登录
用户注册

分享至

postgresql 连接字符串

  • 作者: 赤脚水上飞
  • 来源: 51数据库
  • 2020-10-03
连接串如下:
Provider=PostgreSQL OLE DB Provider;Data Source=myServerAddress;
location=myDataBase;User ID=myUsername;password=myPassword;



  postgresql
core labs postgresqldirect (.net)

standard:

"user id=root; password=pwd; host=localhost; port=5432; database=testdb;pooling=true; min pool size=0; max pool size=100; connection lifetime=0"
read more at core lab and the product page.
软件
前端设计
程序设计
Java相关