Code: Select all
$dict->ExecuteSQLArray($sqlarray);
die($db->sql.'<br/>'.$db->ErrorMsg());
Code: Select all
$dict->ExecuteSQLArray($sqlarray);
die($db->sql.'<br/>'.$db->ErrorMsg());
Which means wamp is no longer compatible with CMSMS (and prolly a whole bunch of other software).Note
The older TYPE option was synonymous with ENGINE. TYPE has been deprecated since MySQL 4.0 but is still supported for backward compatibility in MySQL 5.1 (excepting MySQL 5.1.7). Since MySQL 5.1.8, it produces a warning. It is removed in MySQL 5.5. You should not use TYPE in any new applications, and you should immediately begin conversion of existing applications to use ENGINE instead. (See Section D.1.56, “Changes in MySQL 5.1.8 (Not released)”.)