advanced option set NG when create a PostgreSQL ODBC with windowspowershell - Mailing list pgsql-odbc

From Zeng, Lei
Subject advanced option set NG when create a PostgreSQL ODBC with windowspowershell
Date
Msg-id BYAPR12MB29670411604C44D7127E2F5D93B60@BYAPR12MB2967.namprd12.prod.outlook.com
Whole thread Raw
Responses Re: advanced option set NG when create a PostgreSQL ODBC with windowspowershell
List pgsql-odbc

Hi

 

My OS is windows10 64bit

When I try to create a PostgreSQL ODBC with powershell

 

Actions :

1. install PostgreSQL ODBC

2. Run powershell  with admin role

3. Run

Add-OdbcDsn PostgreSQLWithPowerShell -DriverName "PostgreSQL Unicode(x64)" -DsnType System -SetPropertyValue @("Server=localhost", "Trusted_Connection=Yes", "Database=appdb", "Port=5432", "UserName=test", "Password=test", "MaxVarcharSize=200")

 

Result:

1.PostgreSQLWithPowerShell  was created successfully.

2.The config "Server=localhost", "Trusted_Connection=Yes", "Database=appdb", "Port=5432", "UserName=test", "Password=test" was setted successfully.

3.But the advanced option config "MaxVarcharSize=200" was not work.

see https://odbc.postgresql.org/docs/config-opt.html

 

Question:

how can the config [MaxVarcharSize=200] work with powershell ? thanks

Disclaimer: This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data. If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding.

pgsql-odbc by date:

Previous
From: "Tam, Derek"
Date:
Subject: RE: OpenSSL in ODBC
Next
From: "Johnson, Jaya"
Date:
Subject: Issue with the ODBC Drivers.