View Single Post

   
  #3 (permalink)  
Old 02-28-2008, 09:36 AM
strawberry
 
Posts: n/a
Default Re: "i have gone crazy mfing crazy i have gone crazy"


Jerry Stuckle wrote:
> kkddrpg@gmail.com wrote:
> > the database looks like this
> >

> <lots of code snipped>
> >
> > -thank you, philip (kirewire.com, leetmachines.com, pealtech.com,
> > leetbargains.com)
> >

>
> Are your columns actually named '1' and '2'? These aren't normal column
> names - normally you name them something descriptive, like 'name', or
> 'firstname', etc. In fact, these are invalid names according to the SQL
> standard, although you might coax MySQL to accept them.
>
> What does the actual CREATE TABLE statement you used look like?
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================


Is 'value' valid sql?. I thought you had to use 'values' regardless of
how much data you're inserting

Reply With Quote