Quantcast
Channel: Toad Data Point Forum - Recent Threads
Viewing all articles
Browse latest Browse all 2544

Executing a script that executes another (using @)

$
0
0

Hi,

I am trying to run a script that executes a script inside it (using @) and I am getting errors when the first script tries to execute the second (p5.sql).  When I run the script in regular TOAD I get no errors.  Thanks for your help!

Script 1 inserts a record into table DPOINT and then executes script p5.sql

insertintodpointvalues('Run Progs--P5');

commit;

@p5.sql

 

Script p5.sql inserts another record in DPOINT

insertintodpointvalues('aaaaa');

commit;


 


Viewing all articles
Browse latest Browse all 2544

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>