Groups | Search | Server Info | Login | Register
Groups > comp.databases.ingres > #3871
| From | Roy Hann <specially@processed.almost.meat> |
|---|---|
| Newsgroups | comp.databases.ingres |
| Subject | Re: Call 3GL from DP ? |
| Date | 2023-04-12 09:36 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <u15u20$2vra2$1@dont-email.me> (permalink) |
| References | <dfe21a24-340c-4797-9484-aad36ffe07b2n@googlegroups.com> <u11j8t$28und$1@dont-email.me> <827f673d-c162-4eeb-8a85-dc89f57482een@googlegroups.com> |
nksvg wrote:
> Hi Roy,this might be it.
> I now have to devise a way for the 3GL application to return a result back to the ABF/4GL app, like :
> dbevent->call Perl script->notify ABF/4GL app back
ABF can catch DBEVENTs itself using:
on dbevent =
begin
...
end
You can use INQUIRE_SQL(event = DBEVENTNAME, msg = DBEVENTTEXT) to get
the message/arguments.
Roy
Back to comp.databases.ingres | Previous | Next — Previous in thread | Next in thread | Find similar
Call 3GL from DP ? nikosv <nikos.vaggalis@gmail.com> - 2023-04-10 09:47 -0700
Re: Call 3GL from DP ? Roy Hann <specially@processed.almost.meat> - 2023-04-10 18:07 +0000
Re: Call 3GL from DP ? nksvg <nksvg1@gmail.com> - 2023-04-11 01:55 -0700
Re: Call 3GL from DP ? Roy Hann <specially@processed.almost.meat> - 2023-04-12 09:36 +0000
Re: Call 3GL from DP ? nksvg <nksvg1@gmail.com> - 2023-04-12 02:44 -0700
csiph-web