data_result
END//
DELIMITER ;
> -Original Message-
> From: Martijn Tonies [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 24, 2006 1:04 PM
> To: Chris Carrier; mysql@lists.mysql.com
> Subject: Re: Stored procedures and views
>
>
>
> > I just mean is it po
[mailto:[EMAIL PROTECTED]
> Sent: Friday, March 24, 2006 10:26 AM
> To: mysql@lists.mysql.com
> Subject: Re: Stored procedures and views
>
> Chriss,
>
> > I'm trying to create a flatfile dump from our database which requires
some
> > functionality that's not p
bject: Re: Stored procedures and views
Chriss,
> I'm trying to create a flatfile dump from our database which requires some
> functionality that's not possible with raw sql. Up to now we've been
using
> PHP tied to mySql to do all the work and get the data in the correct
form
Chriss,
> I'm trying to create a flatfile dump from our database which requires some
> functionality that's not possible with raw sql. Up to now we've been
using
> PHP tied to mySql to do all the work and get the data in the correct
format.
> We would like to switch this functionality over to sto