Re: SQL plus howto start a script
Date: Mon, 25 Sep 2000 21:57:00 -0700
Message-ID: <st0asp6cihqha3_at_corp.supernews.com>
[Quoted] "Greg" <actiris_at_loxinfo.co.th> wrote in message
news:39D0213C.C088D2CE_at_loxinfo.co.th...
> I like to start that script from a client.
> the script is located on the server in e:\server\localdir\my_script.sql
>
> so I try
>
> _at_my_script
> sure he can't find it bec its on the server not on my local machine
Right.
> _at_e:\server\localdir\my_script
> dosent work too, same reason.
>
> how to give the start command the information that the
> given path is on the server not locally.
I'm pretty sure the latter should work. Is your default file extension set to [Quoted] [Quoted] "sql" in your settings? Do a SHOW ALL and see if the default file extension [Quoted] [Quoted] for scripts is set to "sql" (usually is). If your server is UNIX, bear in mind [Quoted] that the file name might be case-sensitive too.
-Matt Received on Tue Sep 26 2000 - 06:57:00 CEST