Re: Executing Pre-Written Commands

2004-04-23 Thread Michael Stassen
Brian Reichert wrote: On Fri, Apr 23, 2004 at 10:47:53AM -0400, Chris Stevenson wrote: Anyone out there have any experience with the book MySQL by Paul DuBois? I'm having trouble figuring out how to save/reuse executed commands (primarily creating tables at this point). Perhaps I could bounce a f

RE: Executing Pre-Written Commands

2004-04-23 Thread Dathan Vance Pattishall
(text file) can contain any mysql SQL command including a create table statement. -- DVP > -Original Message- > From: Chris Stevenson [mailto:[EMAIL PROTECTED] > Sent: Friday, April 23, 2004 6:48 AM > To: [EMAIL PROTECTED] > Subject: Executing Pre-Written Commands >

Re: Executing Pre-Written Commands

2004-04-23 Thread Brian Reichert
On Fri, Apr 23, 2004 at 10:47:53AM -0400, Chris Stevenson wrote: > Anyone out there have any experience with the book MySQL by Paul DuBois? > I'm having trouble figuring out how to save/resuse executed commands > (primarily creating tables at this point). Perhaps I could bounce a few > questions o

Executing Pre-Written Commands

2004-04-23 Thread Chris Stevenson
Anyone out there have any experience with the book MySQL by Paul DuBois? I'm having trouble figuring out how to save/resuse executed commands (primarily creating tables at this point). Perhaps I could bounce a few questions offline if you've got used this book before or think you can assist me reg