This is a discussion on [psqlODBC 08.02.0401] Driver option socket buffer size is ignored within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Hi, specifying the socket buffer size in the connect string "Socket=8192" has no effect. SOCK_Constructor() is called before copyCommonAttributes() ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, specifying the socket buffer size in the connect string "Socket=8192" has no effect. SOCK_Constructor() is called before copyCommonAttributes() transfers the parameter. Seems like odbc32.dll calls SQLAllocHandle(SQL_HANDLE_DBC, ...) just before SQLDriverConnect() gets called. And since PGAPI_AllocConnect() is called from SQLAllocHandle() the default buffer size is used. Rainer |