Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Duplicate Entry Error While Synchronizing #20030
    brianvic
    Member

    Sorry, also meant to say that the version of MySQL I am using is 4.1.10. I must have left off the zero in my initial post. This is the version of MySQL as supplied with SuSE 9.3

    in reply to: Duplicate Entry Error While Synchronizing #20029
    brianvic
    Member

    Peter

    Sorry for the delay in responding. I can't include a subset of data as I don't have permission to do so, but here is the table creation statement for the table in question.

    /*DDL Information For – sosio.STYLESDATA*/


    Table Create Table



    STYLESDATA CREATE TABLE `STYLESDATA` (

    `STYLE` varchar(10) NOT NULL default '',

    `DDATA` longblob NOT NULL,

    `TITLE` varchar(250) NOT NULL default '',

    `UPDATED` date NOT NULL default '0000-00-00',

    `PUBLIC` tinyint(4) NOT NULL default '0',

    `COMMENT` varchar(255) default NULL,

    UNIQUE KEY `STYLE` (`STYLE`),

    KEY `UPDATED` (`UPDATED`),

    KEY `PUBLIC` (`PUBLIC`)

    ) ENGINE=MyISAM DEFAULT CHARSET=latin1

    Hope this is helpful. I will see if I can get permission to supply you with even a couple of records for this if that would help.

Viewing 2 posts - 1 through 2 (of 2 total)