RE: Need help creating table...

2004-04-07 Thread Marvin Cummings
That did it. I really do appreciate all of the help that I received from you and the list. Thanks again. :) -Original Message- From: Michael Stassen [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 7:52 PM To: Marvin Cummings Cc: [EMAIL PROTECTED] Subject: Re: Need help creating

Re: Need help creating table...

2004-04-06 Thread Michael Stassen
Sorry. I can imagine how frustrated you must be. In mysql 5, condition is a reserved word, so the person who told you to remove the quotes was wrong, at least for that column. (In his defense, CONDITION is relevant to stored procedures, so it isn't a reserved word for versions prior to 5, as

RE: Need help creating table...

2004-04-06 Thread Marvin Cummings
M AUTO_INCREMENT=1 ; And it still isn't working!!! WHAT am I doing wrong here? Thanks again for the help. -Original Message- From: Michael Stassen [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:05 PM To: Marvin Cummings Cc: [EMAIL PROTECTED] Subject: Re: Need help c

Re: Need help creating table...

2004-04-06 Thread Michael Stassen
Marvin Cummings wrote: I attempt to create this table from the command line and get the following error: Error 1064 (42000): You have an error in your SQL syntax. Check the manual that corresponds to your MySQL version for the right syntax to use near ''ad_id' smallint(5) unsigned NOT NULL auto_

Re: Need help creating table...

2004-04-06 Thread Garth Webb
rom: Marvin Cummings [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 06, 2004 9:26 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Need help creating table... > > > > I attempt to create this table from the command line and get the following > error: > >

Re: Need help creating table...

2004-04-06 Thread beacker
Marvin Cummings writes: >I attempt to create this table from the command line and get the following >error: Marvin, the use of the "'" [single quote] appears to be your problem. I've been able to create the table on 4.0.18 using the following syntax: CREATE TABLE nuke_zc_ads ( ad_id smalli

RE: Need help creating table...

2004-04-06 Thread Carlos Proal
Hi, the table name and the column names dont have to be inclosed by ' '. Carlos Original Message Follows From: "Marvin Cummings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Need help creating table... Date: Tue, 6 Apr 2004 12:29:48 -0400

Need help creating table...

2004-04-06 Thread Marvin Cummings
_ From: Marvin Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 9:26 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Need help creating table... I attempt to create this table from the command line and get the following error: Error 1064 (42000): You have

FW: Need help creating table using phpMyAdmin

2004-04-06 Thread Marvin Cummings
-Original Message- From: Marvin Cummings [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 3:11 AM To: 'Michael Stassen' Subject: RE: Need help creating table using phpMyAdmin I attempt to create this table from the command line and get the following error: Error 1

Re: Need help creating table using phpMyAdmin

2004-04-04 Thread Michael Stassen
Marvin Cummings wrote: Sorry for this easy question but I'm kind of a newbie and I'm wondering if someone could assist me with creating a new table for a postnuke module? I need to copy the following content into a table I create named nuke_zc_ads: ( `ad_id` smallint(5) unsigned NOT NULL auto_inc

Need help creating table using phpMyAdmin

2004-04-04 Thread Marvin Cummings
Sorry for this easy question but I'm kind of a newbie and I'm wondering if someone could assist me with creating a new table for a postnuke module? I need to copy the following content into a table I create named nuke_zc_ads: ( `ad_id` smallint(5) unsigned NOT NULL auto_increment, `cat_id` sma