Subject | Re: External tables (and how to empty) |
---|---|
Author | skander_sp |
Post date | 2006-01-20T16:46:49Z |
Tks Dave...
The idea was to delete from a procedure before refill the table, but I
see the firebird can do this way...
But having locked the acces for himseft, it's a pity can delete from
inside!! (I think is logic ans usefull... and no way)
ok, I try to resolve from outside
it's posible to call from inside a procedure to delete a file?
I think I ast for to much...
--- In firebird-support@yahoogroups.com, "davidalbiston" <mail@D...>
wrote:
The idea was to delete from a procedure before refill the table, but I
see the firebird can do this way...
But having locked the acces for himseft, it's a pity can delete from
inside!! (I think is logic ans usefull... and no way)
ok, I try to resolve from outside
it's posible to call from inside a procedure to delete a file?
I think I ast for to much...
--- In firebird-support@yahoogroups.com, "davidalbiston" <mail@D...>
wrote:
>
> 1) Drop the table from the database
> 2) Delete the file from the machine
> 3) Recreate the table
>
> Dave