Re: Executing a \. or source function from an API

2001-12-21 Thread Christian Andersson
> ./mysql -uuser -ppassword database To: <[EMAIL PROTECTED]> Sent: Friday, December 21, 2001 11:56 AM Subject: Executing a \. or source function from an API > I have a big file full of ANSI SQL and a I want a script to be able to > tell Mysql to read this ANSI SQL file every f

Executing a \. or source function from an API

2001-12-21 Thread Curtis Spencer
I have a big file full of ANSI SQL and a I want a script to be able to tell Mysql to read this ANSI SQL file every few days because it updates from a third party in ANSI SQL. I wish to avoid running a little parser that just passes the SQL to the Perl-DBI module query methods, if I could just sim