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: Erro No 1064 – When Syncing #19275
    pete
    Member

    Excellent!

    Thanks for the help!

    You guys rock!

    in reply to: Erro No 1064 – When Syncing #19272
    pete
    Member

    Thanks for the swift response.

    I hope this is what you need…

    CREATE TABLE `tmp_person` (

    `email` varchar(255) NOT NULL default '',

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

    `collectedfromid` int(10) NOT NULL default '0',

    PRIMARY KEY (`email`,`datecollected`,`collectedfromid`)

    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

    /*Data for the table `tmp_person` */

    insert into `tmp_person` values ('[email protected]','2005-09-23','11'),('[email protected]','2005-09-23','11'),('[email protected]','2005-09-23','11'),('[email protected]','2005-09-23','11');

    Thanks,

    Pete

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