Re: problems with charset
SHOW CREATE TABLE `cpg14x_config`
cpg14x_config CREATE TABLE `cpg14x_config` (
`name` varchar(40) NOT NULL default '',
`value` varchar(255) NOT NULL default '',
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin2 COMMENT='Used to store the configuration options'
Subject
Views
Written By
Posted
5218
July 26, 2010 05:30AM
2150
July 27, 2010 11:57PM
1845
July 28, 2010 08:22AM
1791
July 28, 2010 09:32AM
1746
July 30, 2010 07:12AM
1739
July 30, 2010 09:23AM
Re: problems with charset
1748
July 31, 2010 05:31AM
1834
July 31, 2010 09:08AM
1758
August 03, 2010 04:30AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.