Re: MySQL question

2006-07-24 Thread Dave Gray
On 7/21/06, Karjala <[EMAIL PROTECTED]> wrote: Maybe I should ask this question on a database list, but it's related to DBI, so I'm asking here also: I have a field in a record in the MySQL database that contains a number. I increase it by one with $dbh->do("update table set myfield = myfield +

RE: MySQL question

2006-07-21 Thread Venkat Saranathan
If you have MySQL 5.0 or greater, you will be able to create a stored procedure and call it from DBI. with warm regards, Venkat Saranathan Gulf Breeze Software www.gulfsoft.com GulfBreeze Blog www.gulfsoft.com/blog -Original Message- From: Karjala [mailto:[EMAIL PROTECTED] Sent: Frid

RE: Mysql Question. Can Someone Help

2003-08-27 Thread Dan Muey
; If So, Then how do I call it to random place the PayPal, > StormPay addresses into the buttons. > There was my original idea: Select all address into a list and choose a random one. Or Get one address from a query that returns a random one out of all of them. #2 would be better on memory

OT: RE: Mysql Question. Can Someone Help

2003-08-27 Thread wiggins
On Wed, 27 Aug 2003 09:25:03 -0500, "Dan Muey" <[EMAIL PROTECTED]> wrote: > > > > Hello Fellow Members, > > Howdy > > > > > I am new to perl and Mysql. I want to set up a mysql table to > > take Email addresses, and randomly place them into a

RE: Mysql Question. Can Someone Help

2003-08-27 Thread Dan Muey
> Hello Fellow Members, Howdy > > I am new to perl and Mysql. I want to set up a mysql table to > take Email addresses, and randomly place them into a payment > button from PayPal, and StormPay. > > Can anyone tell me how to write the script to setup the MySql > Table to do this. > Sure,