Insertion Problem

2006-06-28 Thread Nicholas Vettese
Hello all, I am trying to get this script to INSERT a couple of records into my DB, but I am getting these errors. I know the second warning has nothing to do with MySQL, so I will work on figuring out that portion later today. Warning: mysql_fetch_array(): supplied argument is not a valid

MySQL RE: insertion problem !!

2002-02-12 Thread Chetan Lavti
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 2:22 PM To: Chetan Lavti Subject: Re: insertion problem !!=20 Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass

Re: MySQL RE: insertion problem !!

2002-02-12 Thread Heikki Tuuri
on InnoDB Chetan Lavti wrote in message ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 2:22 PM To: Chetan Lavti Subject: Re: insertion problem !! Your message cannot be posted because it appears to be either spam or simply off

FW: MySQL RE: insertion problem !!

2002-02-11 Thread Chetan Lavti
hi, I have two tables as : please concentrate on domain_id and INDEX Create table ls_domain ( domain_id INT(4) UNSIGNED AUTO_INCREMENT , domain_addr VARCHAR(80), domain_name CHAR(50) UNIQUE KEY, domain_port INT(6) UNSIGNED, domain_ip VARCHAR(15), created_by VARCHAR(40), created_date

MySQL RE: insertion problem !!

2002-02-07 Thread Chetan Lavti
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 2:22 PM To: Chetan Lavti Subject: Re: insertion problem !! Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass

FW: MySQL RE: insertion problem !!

2002-02-07 Thread Chetan Lavti
hi, I have two tables as : please concentrate on domain_id and INDEX Create table ls_domain ( domain_id INT(4) UNSIGNED AUTO_INCREMENT , domain_addr VARCHAR(80), domain_name CHAR(50) UNIQUE KEY, domain_port INT(6) UNSIGNED, domain_ip VARCHAR(15), created_by VARCHAR(40), created_date

Re: MySQL RE: insertion problem !!

2002-02-07 Thread Heikki Tuuri
on InnoDB Chetan Lavti wrote in message ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 2:22 PM To: Chetan Lavti Subject: Re: insertion problem !! Your message cannot be posted because it appears to be either spam or simply off