[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 • Se precisar acrescentar + tabela no projeto final cliente
Página 1 de 1

Se precisar acrescentar + tabela no projeto final cliente

Enviado: Janeiro 20th, 2012, 12:06 pm
por ASVSISTEMAS
Olá amigos, estou trabalhando em um porojeto de informatização do hospital municipal.
A dúvida é o seguinte:
estou modelando as tabelas da farmácia agora é só implatar o módulo farmacia, só que vou modelar outras tabelas, como levar essa outras tabelas e instalar no cliente sem precisar substituir a que está lá no cliente com todas as informações que foi lançado?

Re: Se precisar acrenssentar + tabela no projeto final clie

Enviado: Janeiro 20th, 2012, 2:40 pm
por Gustavo
Olá

Depois de fazer alterações/modelar tabelas, você pode usar o Adapter para espelhar a estrutura da sua base de dados, mantendo assim a base do seu projeto.

Qualquer dúvida volte a postar.

Conte sempre conosco.

Re: Se precisar acrenssentar + tabela no projeto final clie

Enviado: Janeiro 23rd, 2012, 7:59 am
por ricardobhte
Oi,
Se entendi direito seu cenário, você vai instalar um versão num cliente e posterior outra versão só que nesta segunda versão haverá mais tabelas.
A principio não precisa fazer nada, o sistema ao carregar a nova versão vai incluir as novas tabelas no BD atual fazendo as devidas atualizações sem a necessidade de rodar o adapter.

Abraços a todos!!!

Re: Se precisar acrenssentar + tabela no projeto final clie

Enviado: Janeiro 23rd, 2012, 9:46 am
por Gustavo
O que o colega Ricardo disse está correto.

Se for apenas criar novas tabelas, sistema vai incluir as novas tabelas no BD.

Se fizer alguma alteração nas tabelas já existentes do projeto, o uso do adapter se faz necessário.