>  > database,sql,query,table
>
>
>I notice that "source" is only accepted at the *command line*. This 
>means that I can't source a script that sources another file.
>
>I guess "source" is implemented in some special way that prevents it 
>from being recursively used?
>
>Is there a way to do what I want (have scripts call other scripts)?
>
>Thx,
>--
>Shankar.

SOURCE is a command understood by the mysql client program.  It's not
part of the version of SQL understood by the client.  If you want to use
SOURCE in your scripts, you'll have to parse them yourself and implement
it on the client side.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to