View Single Post
  #8  
Old 18th October 2012, 22:34
Kristoffer Kristoffer is offline
Member
 
Join Date: Sep 2012
P2P
Posts: 12
Default
Quote:
Originally Posted by pelle653 View Post
Hi i get this when trying to insert it to the database, iam running the TBDev 16.06.09 by the way

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM AUTO_INCREMENT=1' at line 19
Change
Code:
TYPE=MyISAM AUTO_INCREMENT=1' at line 19
TO

Code:
ENGINE=MyISAM AUTO_INCREMENT=1' at line 19
Reply With Quote