Deprecated: Assigning the return value of new by reference is deprecated in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\adodb-xmlschema.inc.php on line 367

Deprecated: Assigning the return value of new by reference is deprecated in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\adodb-xmlschema.inc.php on line 379

Strict Standards: Declaration of dbTable::create() should be compatible with dbObject::create() in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\adodb-xmlschema.inc.php on line 599

Strict Standards: Declaration of dbIndex::create() should be compatible with dbObject::create() in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\adodb-xmlschema.inc.php on line 763

Strict Standards: Declaration of dbData::create() should be compatible with dbObject::create() in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\adodb-xmlschema.inc.php on line 950

Strict Standards: Declaration of dbQuerySet::create() should be compatible with dbObject::create() in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\adodb-xmlschema.inc.php on line 1201

Warning: mysql_connect(): No connection could be made because the target machine actively refused it. in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\drivers\adodb-mysql.inc.php on line 354

Deprecated: Function set_magic_quotes_runtime() is deprecated in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\adodb-xmlschema.inc.php on line 1305

Strict Standards: Declaration of ADODB2_mysql::_CreateSuffix() should be compatible with ADODB_DataDict::_CreateSuffix($fname, $ftype, $fnotnull, $fdefault, $fautoinc, $fconstraint) in D:\Apache24BF\htdocs\MagicExpo_PortaleVisitatori\modules\Ticket\TLite\bestunion_sync\framework\adodb\datadict\datadict-mysql.inc.php on line 180
SQL to build xmlschema.xml:
Array
(
    [0] => CREATE TABLE mytable (
row1                     INTEGER NOT NULL AUTO_INCREMENT,
row2                     VARCHAR(16) NOT NULL,
                 PRIMARY KEY (row1)
)
    [1] => ALTER TABLE mytable ADD  INDEX myindex  (row1, row2)
    [2] => insert into  mytable  ( row1, row2 ) values ( 12, 'mysql stuff' )
    [3] => DROP TABLE IF EXISTS obsoletetable
)
SQL to build xmlschema-mssql.xml:
Fail 2