質問編集履歴
1
修正、追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
public Shainlist(string type)
|
22
22
|
{
|
23
23
|
string conn_str =
|
24
|
-
"Driver={
|
24
|
+
"Driver={PostgreSQL ANSI(x64)};database=ODBCtest;Server=192.***.***.***;Port=5432;User=postgres;Pwd=***;CommandTimeOut=20;Timeout=5";
|
25
25
|
using (OdbcConnection conn = new OdbcConnection(conn_str))
|
26
26
|
{
|
27
27
|
OdbcCommand command = new OdbcCommand(conn_str, conn);
|
@@ -40,4 +40,5 @@
|
|
40
40
|
ドライバー名に記述するのはこの部分であっていますか?
|
41
41
|
### 補足情報(FW/ツールのバージョンなど)
|
42
42
|
visual studio2019
|
43
|
-
psqlodbc_13
|
43
|
+
psqlodbc_13
|
44
|
+
サーバー側のデータベース:PostgreSql 10.14
|