Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: 16 bit application uses 32 bit SQL*Net under Win95

Re: 16 bit application uses 32 bit SQL*Net under Win95

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: 1997/10/16
Message-ID: <01bcda36$1a4d6460$f3040059@billyv.vslabs.co.za>#1/1

Markus Kohut <markus_at_infosys.heitec.net> wrote in article <3445D22E.167EB0E7_at_infosys.heitec.net>...
> Hello all,
>
> Is it possible to create a 16 bit application under Win95 (using
> 16 bit Pro*C, for example), that can talk with a remote database
> using 32 bit SQL*Net at the Win95 client?

It should be as it's possible to thunk a 16bit application call to a 32bit DLL (i.e. call a 32bit DLL from a 16bit application). However I doubt if this is worth the effort as it only increases the complexity of the application without any real benefits. 16bit SQL*Net is automatically thunked to 32bit TCP/NetBEUI/IPX by Win95 anyway. Doing this thunking earlier up in the call chain IMO is not of much use except to make the programmer go bald earlier.. :-)

regards,
Billy Received on Thu Oct 16 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US