Re: Urgent: Checking status of SQL/PLUS - via HOST command

From: Rymond Allo <idefix_at_sydney.net>
Date: Tue, 2 Nov 1999 23:48:50 +1100
Message-ID: <941549302.475326_at_jeff.apic.net>


Henrik,

Yes, but you have to make sure you run a 32bit version of sqlplus.

  Host( the_command, NO_SCREEN );
  /*

  • Check whether the command succeeded or not */ IF NOT Form_Success THEN Message('Error -- Message not sent.'); ELSE Message('Message Sent.'); END IF;
What you will have to make sure is that your perform correct error handling in your sqplus program.

Cheers
Raymond

Henrik-K <hek_at_ecsoft.dk> wrote in message news:vsFT3.950$7C4.1302905964_at_news.euroconnect.net...
> Hi' There !
>
> Anyone knows how to check the status of an executed SQL script - executed
> via HOST command in forms 5.0 ?
>
> BR, Henrik
>
>
Received on Tue Nov 02 1999 - 13:48:50 CET

Original text of this message