RE: Stored procedures and views

2006-03-24 Thread Gordon
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

Re: Stored procedures and views

2006-03-24 Thread Martijn Tonies
[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

RE: Stored procedures and views

2006-03-24 Thread Chris Carrier
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

Re: Stored procedures and views

2006-03-24 Thread Martijn Tonies
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