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
5637
July 26, 2010 05:30AM
2327
July 27, 2010 11:57PM
2016
July 28, 2010 08:22AM
1973
July 28, 2010 09:32AM
1919
July 30, 2010 07:12AM
1933
July 30, 2010 09:23AM
Re: problems with charset
1952
July 31, 2010 05:31AM
2003
July 31, 2010 09:08AM
1939
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.