1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

1) Avoid an overflow of connection string for Access(Microsoft Jet).

2) Change to retry lower version in case of "Unsupported frontend
procotol".
This commit is contained in:
Hiroshi Inoue
2001-09-21 07:51:52 +00:00
parent 6f33c179b9
commit 39dc8ff64f
8 changed files with 126 additions and 54 deletions

View File

@ -96,6 +96,7 @@
#define INI_TRANSLATIONDLL "TranslationDLL"
#define INI_TRANSLATIONOPTION "TranslationOption"
#define INI_DISALLOWPREMATURE "DisallowPremature"
#define INI_UPDATABLECURSORS "UpdatableCursors"
/* Connection Defaults */