[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Qual conexão devo usar XSQL ou IBX?
Página 1 de 1

Qual conexão devo usar XSQL ou IBX?

Enviado: Dezembro 7th, 2014, 1:47 pm
por adassoft
Tô com seguinte dúvida, tem um sistema que está utilizando a conexão XSQL, o programa está funcionando normalmente, porém quando tento excluir algum registro que tenha uma tabela detalhe, exemplo, se tento excluir um registro da tabela Carne o sistema até que excluir, mas mostra uma mensagem informando que não foi possível excluir os registros da tabela parcela. Se mudo a conexão para IBX funciona normal, exclui os dados sem mostrar qualquer mensagem de erro, sendo assim, gostaria de saber qual conexão devo utilizar, se a conexão XSQL for melhor como solucionar o problema da exclusão?