RE: Multiple SQL files

2003-01-05 Thread Adolfo Bello
> I have multiple SQL files that create different tables. > Is there a way for me to create a single SQL file that will > call these > other files? > > Since I am using phpMyAdmin, I am assuming that call this file from > phpMyAdmin?! Since phpMyAdmin is a HTTP interfase, I don't think it is p

Re: Multiple SQL files

2003-01-05 Thread wcb
roject! Cheers! -warren filter: queries, mysql, bigint - Original Message - From: "Frank Peavy" <[EMAIL PROTECTED]> To: "wcb" <[EMAIL PROTECTED]>; "MySQL" <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 12:00 PM Subject: Re: M

Re: Multiple SQL files

2003-01-05 Thread Frank Peavy
Warren, Thank you for your prompt reply. Actually, I have various ??.sql files that I can execute thru phpMyAdmin and they all work, but on occasion, there is a need to run all the files at once. So, I was wondering if I could create a file the would call these other files and execute them in s

Re: Multiple SQL files

2003-01-05 Thread wcb
Hi! I have php files and perl files that create multiple databases and move data around as needed. . . is this what you mean? You could have many such files if you wanted (as you mention below) but it would seem easier to set up some sort of program flow so that under different conditions differ