Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Jul 14th, 2007, 12:13 PM   #1
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 201
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Question What's wrong with this SQL?

CREATE TABLE `transactions` (

`transaction_id` INT NOT NULL AUTO_INCREMENT ,
`FirstName` VARCHAR( 20 ) ,
`LastName` VARCHAR( 20 ) NOT NULL ,
`Email` VARCHAR( 20 ) ,
`Amount` DOUBLE( 20 ) NOT NULL ,
`ExtraDetails` VARCHAR( 500 ) ,
PRIMARY KEY ( `transaction_id` )
)

It doesn't like it for some reason?
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting the wrong answer 357mag C++ 6 Jul 4th, 2007 7:18 AM
What's wrong with this code? titaniumdecoy Python 25 Jun 12th, 2006 12:46 PM
Is there anything wrong with this code? elford Java 2 Dec 27th, 2005 8:11 AM
What is wrong with this code? c0ldshadow Visual Basic .NET 5 Dec 5th, 2005 5:37 PM
C++ vs. C# --- OOPS wrong thread sorry Stash Project Ideas 0 Jul 1st, 2005 11:28 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:43 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC