Bir türlü elimdeki sql çalıştıramıyorum arkadaşlar elimdeki dökümanlarla sql yaptım
ve hazırda bulunan tabloya aktarcam
Tablo bu Code: DROP TABLE IF EXISTS `oyunlistesi`;
CREATE TABLE `oyunlistesi` (
`listeid` int(11) NOT NULL auto_increment,
`resmi` text NOT NULL,
`baslik` text NOT NULL,
`tus` text NOT NULL,
`aciklama` text NOT NULL,
`swf` text NOT NULL,
`rekor` text NOT NULL,
`kategori` varchar(50) NOT NULL default '',
`oynandi` bigint(20) NOT NULL default '0',
PRIMARY KEY (`listeid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin5 AUTO_INCREMENT=350 ;
Tabloda 350 Tane oyun var
Benim hazırladığım sql de bu Code: INSERT INTO `oyunlistesi` (`listeid`, `resmi`, `baslik`, `tus`, `aciklama`, `swf`, `rekor`, `kategori`, `oynandi`) VALUES
(NULL, '1602.png', 'X-Bound', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'Play breakout with a full 360 degree rotation of your paddle. The blocks are in a circle around you.', '1602.swf', '', 'beceri', '0),
(NULL, '5miles2go.png', '5 Miles To Go', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', '5 cars left in the game with 5 miles left to go all with the same specs, can you beat 'em?', '5miles2go.swf', '', 'beceri', '0),
(NULL, 'abg.png', 'Acne Be Gone', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'Pop as many zits and pimples as you can before the timer hits zero.', 'abg.swf', '', 'beceri', '0),
(NULL, '1797.png', 'Golf 2001', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A fun 2D online golf game. Has nice graphics.', '1797.swf', '', 'beceri', '0),
(NULL, '3dWorm.png', '3D Worm', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A 3D version similar to snake.', '3dWorm.swf', '', 'beceri', '0),
(NULL, '1867.png', 'Power Fox', 'Bu oyun <b>Space</b> ve <b>Sağ, Sol Ok tuşları</b> ile oynanmaktadır..', 'A baby fox going around blowing things up.', '1867.swf', '', 'beceri', '0),
(NULL, 'penguinoids.png', 'Penguinoids', 'Bu oyun <b>Space</b> ve <b>Sağ, Sol Ok tuşları</b> ile oynanmaktadır..', 'A bit like Breakout but with penguins. Use the seesaw to bounce the penguins against the blocks.', 'penguinoids.swf', '', 'beceri', '0),
(NULL, '1579.png', 'Organ-ise', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A bit of manic ER style madness with a really serious message highlighting the shortage of organs for transplants.', '1579.swf', '', 'beceri', '0),
(NULL, '1442.png', 'H K Cafe', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A cafe running simulation game. Cook and serve the food to the hungry customers before they get angry.', '1442.swf', '', 'beceri', '0),
(NULL, 'forestchallenge2.png', 'Forest Challenge 2', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A challenging mini golf game set in a forest.', 'forestchallenge2.swf', '', 'beceri', '0),
(NULL, '1919.png', 'Cyber Box', 'Bu oyun <b>Yön Okları</b> ile oynanmaktadır.', 'A challenging puzzle game that values skill above speed! Try to find your way to the exit.', '1919.swf', '', 'beceri', '0),
(NULL, 'warriorwm.png', 'Galactic Warrior', 'Bu oyun <b>Yön Okları</b> ile oynanmaktadır.', 'A classic arcade game remake. Shoot down space aliens and fight for a high score!', 'warriorwm.swf', '', 'beceri', '0),
(NULL, 'colors.png', 'Colors', 'Bu oyun <b>Yön Okları</b> ile oynanmaktadır.', 'A computerized version of Simon Says, with music as well.', 'colors.swf', '', 'beceri', '0),
(NULL, '1621.png', 'Ragdoll Physics 2', 'Bu oyun <b>Fare</b> ve <b>Space</b> ile oynanmaktadır.', 'A demonstration of Ragdoll Physics where Bush is falling down into a never ending pit!', '1621.swf', '', 'beceri', '0),
(NULL, '1752.png', 'Underground', 'Bu oyun <b>Sağ Sol</b> ve <b>Yön tuşları</b> ile oynanmaktadır.', 'A Donkey Gong remake with a crow instead of the big ape.', '1752.swf', '', 'beceri', '0),
(NULL, '1711.png', 'Super Flash Mario Bros.', 'Bu oyun <b>Yön tuşları</b> ile oynanmaktadır.', 'A flash remake of the original Super Mario Bros.', '1711.swf', '', 'beceri', '0),
(NULL, '1733.png', 'Thin Ice', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', '"A fun game from the movie ""The Incredibles."""', '1733.swf', '', 'beceri', '0),
(NULL, '2228.png', 'Frantic', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A fun game in which you must find the button on time.', '2228.swf', '', 'beceri', '0),
(NULL, '1575.png', 'One Soldier', 'Bu oyun <b>Sağ Sol</b> ve <b>P</b> tuşu ile oynanmaktadır.', 'A fun game in which you play as a soldier out to avenge his brother.', '1575.swf', '', 'beceri', '0),
(NULL, '1904.png', 'Cave Problems', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'Collect coins to proceed to the next level.', '1904.swf', '', 'beceri', '0),
(NULL, 'CheeseHunt.png', 'Cheese Hunt', 'Bu oyun <b>Space</b> ile oynanmaktadır.', 'A fun platform game where you must collect all of the cheese.', 'CheeseHunt.swf', '', 'beceri', '0),
(NULL, 'puzzled-1.png', 'Puzzled 1', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A fun point and click game.', 'puzzled-1.swf', '', 'beceri', '0),
(NULL, '2176.png', 'Bad Apple', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A fun version of Minesweeper for kids.', '2176.swf', '', 'beceri', '0),
(NULL, 'tabletennis.png', 'Table Tennis', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A fun, challenging, and addictive table tennis game.', 'tabletennis.swf', '', 'beceri', '0),
(NULL, '2312.png', 'Windows Expee', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A funny and clever parody of the Windows XP operating system. it\'s hilarious to watch the annoying errors.', '2312.swf', '', 'beceri', '0),
(NULL, '2104.png', 'School', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A great animation about a kid in school writing about the fun he had over the summer.', '2104.swf', '', 'beceri', '0),
(NULL, '1358.png', 'Disorderly', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'Move old people from a retirement home to accommodate younger ones and increase profits.', '1358.swf', '', 'beceri', '0),
(NULL, '2307.png', 'Super MPCorp Land', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A game that resembles Super Mario. Rescue your friend Jbeu kidnapped by the evil creatures.', '2307.swf', '', 'beceri', '0),
(NULL, 'pmatch.png', 'Perfect Match', 'Bu oyun <b>Yön Okları</b> ile oynanmaktadır.', 'A good matching game. Can you find the pairs?', 'pmatch.swf', '', 'beceri', '0),
(NULL, 'celBlasterFullVersion.png', 'Cell Blaster', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', 'A good shooting game. You have to shoot down other spaceships to stay alive.', 'celBlasterFullVersion.swf', '', 'beceri', '0),
(NULL, '2018.png', 'Urban Slug', 'Bu oyun <b>Fare</b> ve <b>P</b> tuşu ile oynanmaktadır.', 'A good war/strategy game.', '2018.swf', '', 'beceri', '0),
Otamatik artsın diye Hep Null Kullandım
Bunu sorgulatmaya çalıştığımda MySQL çıktısı:
#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 '5miles2go.png', '5 Miles To Go', 'Bu oyun <b>Fare</b> ile oynanmaktadır.', '5 c' at line 2
Böyle bir hata veriyor ne yapabilirim tşk... |