Re: help need in Pro *c

From: Lee McAllister <avernus_at_iag.net>
Date: 1996/04/08
Message-ID: <31698c37.203206700_at_news.iag.net>#1/1


On 22 Mar 1996 23:50:43 +1100, sj09_at_wraith.its.uow.edu.au (Srikanth Jagannath) wrote:

>Hello,
>
>I need ur help in solving a problem in Pro *c, i want to run a script file from
>within Pro *c, that is i have a script file called script.sql, i want to run
>this file from Pro *c, i want to know how i can do that....

you could do

        system("sqlplus user/pass _at_script.sql");

but that generally isn't a good idea !!

 What are you actually trying to do ?

LeeM
>
>thank u for ur help,
>
>srikanth
>
>sj09_at_cs.uow.edu.au
>
>http://www.cs.uow.edu.au/people/sj09
>http://www.angelfire.com/free/cheeku.html
Received on Mon Apr 08 1996 - 00:00:00 CEST

Original text of this message