Re: asynchronous (non-blocking) sql
Date: 5 Aug 1993 19:35:26 GMT
Message-ID: <23rnduINNrt_at_cronkite.cisco.com>
In article <CB998C.tK_at_ipsa.reuter.com> jhs_at_ipsa.reuter.com (Henri Schueler) writes:
>I am working on a operating system that is non-preemptive. (MAC sys 7.)
>I am in a situation where I am using sqlnet to access a remote host,
>and would like to be able to issue sql requests, and then return control
>to the OS, rather than just have sql wait around.
>
I've had just this experience. The problem is with SQLNET. Version 1 of SQLNET can't multitask or release control of the OS. Our Oracle salesman said we'd have to wait for version 2 of SQLNET to correct this problem. Version 2 is released for most major OS's. For the Mac, however, it'll be until the end of the year, maybe early next year, before they release a version 2 for the Mac. Until then I guess we'll just have to twiddle our thumbs.
Peter Received on Thu Aug 05 1993 - 21:35:26 CEST