Using @@ command in TOracleScript

niloy573

Member
I am using TOracleScript to run my Installation Script(setup.sql). It includes lot other references to other scripts by the @@ command. But when I run the script, it does not process those commands/ignore those commands. Is this feature not supported? If not, then what is the get around?
 
The @@ command is indeed not supported by the TOracleScript component. You have to include the text of the file in the script.

------------------
Marco Kalter
Allround Automations
 
Back
Top