gpt4 book ai didi

postgresql - vb6如何连接到postgresql数据库?

转载 作者:行者123 更新时间:2023-11-29 12:37:29 27 4
gpt4 key购买 nike

如何将VB6连接到Postgresql数据库?有没有人可以帮我解决这个问题?请帮忙。非常感谢。

最佳答案

引用 ADO 2.8:

Dim cn As ADODB.Connection 
Set cn = New ADODB.Connection
cn.ConnectionString = "DRIVER={PostgreSQL Unicode};SERVER=ServerName;port=5432;DATABASE=Database;UID=userID;PWD=password"
'// You'll have to substitute "ServerName", "Database", "userID", and "password"
cn.ConnectionTimeout = 10
cn.Open

关于postgresql - vb6如何连接到postgresql数据库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26068414/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com