Re: SQL from IDL on VMS Alpha [message #6367] |
Thu, 20 June 1996 00:00 |
rarback
Messages: 15 Registered: October 1992
|
Junior Member |
|
|
In article <31C973C0.41C67EA6@mail.esrin.esa.it>,
David Pemberton <david.pemberton@mail.esrin.esa.it> writes...
> I have been trying to find out if it is possible to call SQL
> routines directly from IDL, rather than having to use
> CALL_EXTERNAL and a C wrapper routine.
>
> The DEC RDB manual suggest it is with the following quote:
> "The SQL module language and SQL module processor allow
> procedures that contain SQL statements to be called from
> any host language, including those not supported by the
^^^^^^^^^^^^^
I'm sorry to tell you, but (from the point of view of DEC) C is a host
language, but IDL is not. IDL is an image which includes a language
interpreter. You're going to have to use CALL_EXTERNAL.
--Harvey
----
Harvey Rarback phone: (312)702-9931
CARS fax: (312)702-5454
University of Chicago Internet: rarback@cars3.uchicago.edu
5640 South Ellis Avenue "Make no little plans. They have no magic to
Chicago, IL 60637 stir men's souls."
|
|
|