Re: help need in Pro *c
From: Yoram zilberberg <elric_dm_at_netvision.net.il>
Date: 1996/03/25
Message-ID: <NEWTNews.827812439.23401.elric_dm_at_dialup.netvision.net.il>#1/1
Date: 1996/03/25
Message-ID: <NEWTNews.827812439.23401.elric_dm_at_dialup.netvision.net.il>#1/1
It's true you can't do anything like runnig a script but you can read the SQL command (not a sql*plus additinal command) one by one from the script and execute then using the dynamic sql methos , that is:
fscanf(FD,"[^\n]",line.arr) line.len = strlen(line.arr) EXEC SQL EXECUTE IMMEDIATE :line
remember, this is for pure sql statments only. Received on Mon Mar 25 1996 - 00:00:00 CET