Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file - Mailing list pgsql-interfaces

From Byron Nikolaidis
Subject Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file
Date
Msg-id 3537B7F6.2D47134E@insightdist.com
Whole thread Raw
In response to Naming of the PostreSQL ODBC .dll file  ("Julia A.Case" <julie@hub.org>)
Responses Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file  ("Julia A.Case" <julie@hub.org>)
Re: [INTERFACES] Naming of the PostreSQL ODBC .dll file  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-interfaces
Julia,

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.

Our web site explains this.

I sure hope this driver doesn't have to support 16 bit!

Byron

Julia A.Case wrote:

>         I can understand why you changed the name of the DLL to
> psqlodbc.dll the trouble with that though is it gives no sense of 16 vs 32
> bit .dll.  The podbc32.dll did such...  Can we agree on a *32.dll name?
> And this weekend when I'm working on everything else I have I'll do a
> *16.dll
>
> 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 by date:

Previous
From: "Julia A.Case"
Date:
Subject: Naming of the PostreSQL ODBC .dll file
Next
From: Gerhard Reithofer
Date:
Subject: Re: [INTERFACES] Re: ODBC driver and Dates