Skip to content

Support ODBC connection strings longer than 1024 characters #63630

@abelykh0

Description

@abelykh0

Description

According to documentation (https://docs.microsoft.com/en-us/dotnet/api/system.data.odbc.odbcconnection.connectionstring?view=dotnet-plat-ext-6.0), the .Net ODBC driver don't support ConnectionString longer than 1024 characters. Please remove this limitation (or at least make it longer).

Reproduction Steps

N/A

Expected behavior

Should support ConnectionString longer than 1024 characters.

Actual behavior

ConnectionString must be 1024 characters or shorter.

Regression?

No

Known Workarounds

If an ODBC driver supports connection strings longer than 1024 characters, you can use a data source name (DSN) to exceed the maximum length limitation.

Configuration

N/A

Other information

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions