[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 • Utilitário Gbak.exe
Página 1 de 1

Utilitário Gbak.exe

Enviado: Setembro 14th, 2012, 7:06 pm
por dmfilho
Estou tentando utilizar o Gbak para excluir os registros de meu banco de dados.

Está dando o seguinte problema: 'Este aplicativo não pode ser iniciado porque não foi encontrado dbcliente.dll.'.

Como faço para conseguir esta dll?

Desde já agradeço.

Daniel Montello Filho

Re: Utilitário Gbak.exe

Enviado: Setembro 18th, 2012, 9:32 am
por Leão
Copie a mesma (no caso windows xp, C:\Arquivos de programas\Firebird\Firebird_2_1\bin)
nesta pasta encontra a mesma, e salve na mesma pasta do seu sistema.


Obrigado,
Leão

Re: Utilitário Gbak.exe

Enviado: Setembro 20th, 2012, 2:21 pm
por dmfilho
Rotina completa para utilizar o GBAK no windows XP

copie os arquivos Gbak.exe e o dbcliente.dll que estão na pasta C:\Arquivos de programas\Firebird\Firebird_2_1\bin para a pasta onde se encontra o sistema.

Após crie um arquivo de lote (balancer.bat) dentro da pasta do sistema com os seguintes comandos:

SET ISC_USER=SYSDBA
SET ISC_PASSWORD=masterkey
COPY BASE.GDB BASE.COP
GBAK -B BASE.GDB BASE.GBK
GBAK -REP BASE.GBK BASE.GDB

Depois é só executar o arquivo.

Importante: a base de dados não poderá estar sendo utilizada.

Daniel Montello Filho