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 M

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

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

Please confirm (conf#3609bdcf19fdd5aadddc58b8665f2e25)

2002-10-01 Thread Chuck Payne
vamente (non hai bisogno di scrivere nessuna altra informazione aggiuntiva). Fatto questo, nessuna altra conferma รจ richiesta. --- Original Message Follows --- Date: Tue, 1 Oct 2002 23:38:34 +0200 From: [EMAIL PROTECTED] To: "Chuck Payne" <[EMAIL PROTECTED]> Subject: Re: How ma

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

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

RE: Urgent!!

2002-09-30 Thread Chuck Payne
ht. I 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, Ins

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 PROTECTED]

Re: mysql wont start on SUSE

2002-07-01 Thread Chuck Payne
is mysqld 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 Des

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

Problem with PHP, but I know it MySQL

2002-06-14 Thread Chuck Payne
7;, fname, lname)as actor FROM actormovie WHERE title = '$title' ORDER by lname"; $result = mysql_query($sql); print $sql; $actor = ""; while ($myrow = mysql_fetch_array($result)) { $actor = $myrow[actor]; $actor .= "