View Single Post

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

strawberry wrote:
> 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
>


Good eye - I missed that one completely! You are totally, 100% and
beyond any doubt at all, correct! :-)

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Reply With Quote