Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trigger / Stored Procedure
Message
From
19/06/2003 10:46:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
19/06/2003 10:05:08
Cleber Ferrari
Capta Tecnologia
Brazil
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00801688
Message ID:
00801770
Views:
13
>Hilmar,
>
>Obrigado pela resposta.
>
>Não entendi o que voce queria dizer com outra instancia do arquivo aberto.
>
>Ao final do procedimento eu fecho a tabela de destino ( com um comando use ), então não deveria existir, concorda?

Podería haber aberto a tabela em outro procedimento.

Por exemplo, tente:
use tabela as Temp1
select 0
use tabela && devería causar um erro
Agora:
use tabela as Temp1
select 0
use tabela AGAIN && resolve o erro
Aquí, as ordens estao no mesmo procedimiento, mas poderíam estar separadas em diferentes procedimentos.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform