Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file

Поиск
Список
Период
Сортировка
От Julia A.Case
Тема Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file
Дата
Msg-id 19980417161954.39300@MageNet.com
обсуждение исходный текст
Ответ на Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file  (Byron Nikolaidis <byronn@insightdist.com>)
Ответы Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file
Список pgsql-interfaces
Quoting Byron Nikolaidis (byronn@insightdist.com):
> That was one of the biggest changes with this driver.  It no longer supports
> 16 bit windows.  All the messy Dummy Handle Lists that used to be mainted were
> eliminated and now the handle is the pointer to the structure for all the
> Statement functions.  The old driver used GlobalAlloc and GlobalLock to handle
> 16 bit because the pointer returned by malloc may be moved and is not
> sufficient to be used for a handle.  In 32 bit windows, you can safely use
> malloc.
>
    The last time I made mumblings of droping 16 bit support I got
roasted pretty good.  There seem to still be a lot of 16 bit users out
there that would like to use the driver.

Julie

--
[  Julia Anne Case  ] [        Ships are safe inside the harbor,       ]
[Programmer at large] [      but is that what ships are really for.    ]
[   Admining Linux  ] [           To thine own self be true.           ]
[ Windows/WindowsNT ] [ Fair is where you take your cows to be judged. ]

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: David Hartwig
Дата:
Сообщение: ODBC FAQ
Следующее
От: Byron Nikolaidis
Дата:
Сообщение: Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file