Subject | Loss of connection with database |
---|---|
Author | Edson T. Marques |
Post date | 2003-08-15T14:28:27Z |
Hi;
In our database, we have the following structure:
We make a VIEW with JOINS in many TABLES, amongst which, one that has calculated fields as (COMPUTED BY ((select FIELD from TABLE.))... (singleton of course)), and some other fields calculated as in the example:
...
STATUS COMPUTED BY ((select STATUS from sp_Manutencao_Status (... parameters...)))
...
Where:
- STATUS is the name of the field;
- sp_Manutencao_Status is a Stored-Procedure.
The manipulation of the data with the cited structure, eventually cause the following problem: LOSS OF CONNECTION WITH THE DATA BASE!
It sees the example in link: http://raphael.nunes.vila.bol.com.br/exemplo.zip.
We would like to know if the problem is related threads of firebird or if another cause exists, and because the problem happens.
Since already we are grateful!
PS: We use:
- Server Firebird SS Version 1.0.3.972-0;
- Delphi7 with IBX version 7.03.
--
Raphael A. Nunes;
Sector of Development;
Oriontec Systems Inc.;
Edson T. Marques;
Sector of Development;
Oriontec Systems Inc.;
[Non-text portions of this message have been removed]
In our database, we have the following structure:
We make a VIEW with JOINS in many TABLES, amongst which, one that has calculated fields as (COMPUTED BY ((select FIELD from TABLE.))... (singleton of course)), and some other fields calculated as in the example:
...
STATUS COMPUTED BY ((select STATUS from sp_Manutencao_Status (... parameters...)))
...
Where:
- STATUS is the name of the field;
- sp_Manutencao_Status is a Stored-Procedure.
The manipulation of the data with the cited structure, eventually cause the following problem: LOSS OF CONNECTION WITH THE DATA BASE!
It sees the example in link: http://raphael.nunes.vila.bol.com.br/exemplo.zip.
We would like to know if the problem is related threads of firebird or if another cause exists, and because the problem happens.
Since already we are grateful!
PS: We use:
- Server Firebird SS Version 1.0.3.972-0;
- Delphi7 with IBX version 7.03.
--
Raphael A. Nunes;
Sector of Development;
Oriontec Systems Inc.;
Edson T. Marques;
Sector of Development;
Oriontec Systems Inc.;
[Non-text portions of this message have been removed]