Board index » delphi » Share violation

Share violation

I am using Paradox Tables in a desktop how temporary tables, but not shared
in a network.
Some times the message 'share violation' appears.
I know what it means, but I don't  know what are the conditions that do it
happens.
I am using these tables with exclusive = true and the one different thing is
that we use the method emptytable.
Does someone know  more about what can cause this problem ?

Paulo Srgio Palmrio
pau...@presence.com.br

Presence Tecnologia e Aplicativos
www.presence.com.br

 

Re:Share violation


The table must be closed before calling EmptyTable.

Paul / ColumbuSoft
www.columbusoft.com

Paulo Sergio Palmeiro <pau...@presence.com.br> wrote in message
news:3a7ee6b8_1@dnews...

Quote
> I am using Paradox Tables in a desktop how temporary tables, but not
shared
> in a network.
> Some times the message 'share violation' appears.
> I know what it means, but I don't  know what are the conditions that do it
> happens.
> I am using these tables with exclusive = true and the one different thing
is
> that we use the method emptytable.
> Does someone know  more about what can cause this problem ?

> Paulo Srgio Palmrio
> pau...@presence.com.br

> Presence Tecnologia e Aplicativos
> www.presence.com.br

Re:Share violation


It is wrong.
You must have a table in a exclusive mode, but you can do call emptytable
with an open table.

Paul Ferrara <p...@nospam.columbusoft.com> escreveu nas notcias de
mensagem:95n7t3$g...@bornews.inprise.com...

Quote
> The table must be closed before calling EmptyTable.

> Paul / ColumbuSoft
> www.columbusoft.com

> Paulo Sergio Palmeiro <pau...@presence.com.br> wrote in message
> news:3a7ee6b8_1@dnews...
> > I am using Paradox Tables in a desktop how temporary tables, but not
> shared
> > in a network.
> > Some times the message 'share violation' appears.
> > I know what it means, but I don't  know what are the conditions that do
it
> > happens.
> > I am using these tables with exclusive = true and the one different
thing
> is
> > that we use the method emptytable.
> > Does someone know  more about what can cause this problem ?

> > Paulo Srgio Palmrio
> > pau...@presence.com.br

> > Presence Tecnologia e Aplicativos
> > www.presence.com.br

Other Threads