Jump to content

Some data not passing?


mikebyrne

Recommended Posts

My SQL is

 

CREATE TABLE `test` (
  `Vote` varchar(10) CHARACTER SET latin1 DEFAULT NULL,
  `ID` decimal(10,0) NOT NULL DEFAULT '0',
  `Sname` char(255) CHARACTER SET latin1 DEFAULT NULL,
  `Fname` char(255) CHARACTER SET latin1 DEFAULT NULL,
  `Address1` char(255) CHARACTER SET latin1 DEFAULT NULL,
  `Address2` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
  `Address3` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
  `Address4` varchar(50) CHARACTER SET latin1 DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;

 

I've found that the below supports my language but how do I apply it?

 

ISO 8859-1 Western European (Albanian, Basque, Breton, Catalan, Danish, Dutch, English, Faeroese, Finnish, French, German, Greenlandic, Icelandic, Irish Gaelic, Italian, Latin, Luxemburgish, Norwegian, Portuguese, Rhaeto-Romanic, Scottish Gaelic, Spanish, Swedish)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.