This is a discussion on [psqlODBC 08.02.0402] OpenSSL libraries within the pgsql Interfaces odbc forums, part of the PostgreSQL category; --> Hiroshi Inoue wrote: >> Any pointer where I could start looking what goes wrong? >> >> This is the ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hiroshi Inoue wrote: >> Any pointer where I could start looking what goes wrong? >> >> This is the command I use to build the driver: >> nmake /f win32.mak CFG=Debug ANSI_VERSION=yes MSDTC=no ALL >> >Hmm I rarely use the Debug version and I'm not sure about it. I get the same error if I compile the release version. Could you please send me the exact command you are using to build the ANSI driver? >> Could you send send me offlist the (debug/release) your DLLs from 8.2.0402 so >> I could verify whether they are working? > >I attached the debug and release dlls. Both are working. So this is either a VS2005 specific problem or the problem is caused by the OpenSSL version I am using. Rainer |
| |||
| Rainer Bauer wrote: > Hiroshi Inoue wrote: > >>> Any pointer where I could start looking what goes wrong? >>> >>> This is the command I use to build the driver: >>> nmake /f win32.mak CFG=Debug ANSI_VERSION=yes MSDTC=no ALL >>> >> Hmm I rarely use the Debug version and I'm not sure about it. > > I get the same error if I compile the release version. > > Could you please send me the exact command you are using to build the ANSI > driver? I'm using the same command line as you write above. Anyway I found a crash bug and committed the fix. Please try the snapshot again. regards, Hiroshi Inoue ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| Does the latest version of the ODBC driver for windows support connection pooling? -- Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-odbc |
| ||||
| Hello, Connection pooling was introduced in ODBC 3.0. It is ODBC driver manager's relative feature. If the driver is thread-safe - then ODBC Driver Manager will be able to use it in Connection pooling. All known PostgreSQL ODBC drivers are thread-safe. This page could help you to answer some of your questions - http://support.microsoft.com/kb/169470. Benjamin Krajmalnik wrote: > Does the latest version of the ODBC driver for windows support > connection pooling? > -- Andrei Kovalevski PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/ -- Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-odbc |
| Thread Tools | |
| Display Modes | |
|
|