RE: MySql 5.0

2002-11-22 Thread Chuck Payne
Has 4.0 Been offical release, I thought it was still in Beta? -Original Message- From: Josh Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 10:32 AM To: [EMAIL PROTECTED] Subject: Re: MySql 5.0 When can we expect a release of 5.0 with stored procedure functionality in

Get the total of a feild

2002-10-01 Thread Chuck Payne
Hi, I wanting to know what the sql statement is that will let me get the total of database. The feild is amount. I have tried a couple of sql statement and have even looked at mysql 6.3.3.1 Arithmetic Operations. But I am lost. Chuck Payne Magi Design

Please confirm (conf#3609bdcf19fdd5aadddc58b8665f2e25)

2002-10-01 Thread Chuck Payne
PROTECTED] To: Chuck Payne [EMAIL PROTECTED] Subject: Re: How many days out... Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass the filter you must include one of the following words in your message: sql,query If you just reply

How many days out...

2002-10-01 Thread Chuck Payne
Hi, I am having problems get how many days out an invoice is from mysql. I have try this. SELECT NOW()-summitted_date FROM table; But it not working as usually. So please guys a little help. So If an invoice was summitted on 9-26-02 then I should be able to see that 5 days. Chuck Payne Magi

How to get the number of days an invoice was submitted.

2002-10-01 Thread Chuck Payne
Hi, I am having problems get how many days out an invoice is. I have try this sql statement. SELECT NOW()-submmitted_date FROM table; But it not working as usually. So please guys a little help. So If an invoice was submmitted on 9-26-02 then I should be able to see that 5 days. Chuck Payne

RE: Urgent!!

2002-09-30 Thread Chuck Payne
think a round $500. But hey that my 2 Cents. Chuck Payne Magi -Original Message- From: William R. Mussatto [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 12:29 PM To: Insanely Great Cc: Ibrahim Al-Tawil; [EMAIL PROTECTED] Subject: Re: Urgent!! On Sun, 29 Sep 2002, Insanely

RE: FileMaker Pro Schema Export?

2002-09-30 Thread Chuck Payne
you are doing. I might be able to help a little. Chuck Payne Magi Design and Support Account Protect by ASK! -Original Message- From: Brent Baisley [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 2:52 PM To: Jan Steinman Cc: [EMAIL PROTECTED] Subject: Re: FileMaker Pro Schema

Insert into multi-tables

2002-09-23 Thread Chuck Payne
Hi, I have a question. I have two tables that I want to post data too. Is there a way to do a sql statement that lets me post data two tables at the same time? Thanks, Chuck Payne - Before posting, please check: http

RE: Goodday

2002-09-10 Thread Chuck Payne
'mysql' there need to be a better filter. Yes, We get this letter 20 times a weeks. I will forward this on to the FBI to add to their list. -Original Message- From: Clive Smart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 9:55 AM To: [EMAIL PROTECTED] Cc: [EMAIL

Re: mysql wont start on SUSE

2002-07-01 Thread Chuck Payne
Have you went into YaST and turn it on? I won't run until you do so. You can start it yourself as well; /etc/rc.d/mysql start Chuck Payne On Monday, July 1, 2002, at 09:47 AM, Cal Evans wrote: What's your log file say? * * Cal Evans * Journeyman Programmer * Techno-Mage * http

Re: mysql wont start on SUSE

2002-07-01 Thread Chuck Payne
done By going into YaST2/YaST and telling it to start mysql it will start it from boot up. For more help with SuSE and start up daemons feel free to write me ok. This isn't really mysql fault, it the way SuSE control things. Chuck Payne Magi Design and Support

Problem with PHP, but I know it MySQL

2002-06-14 Thread Chuck Payne
actormovie WHERE title = '$title' ORDER by lname; $result = mysql_query($sql); print $sql; $actor = ; while ($myrow = mysql_fetch_array($result)) { $actor = $myrow[actor]; $actor .= A HREF='' . $actor . /ABR\n; } What am I doing working. Chuck Payne