Board index » delphi » Error: Capability not supported (???)

Error: Capability not supported (???)

What database are you working with?

Quote
Lygedas <lyge...@hotmail.com> wrote in message

news:86k6ea$o9g13@bornews.borland.com...
Quote
> What the reason can be of this error : "Capability not supported" ?

 

Re:Error: Capability not supported (???)


What the reason can be of this error : "Capability not supported" ?

Re:Error: Capability not supported (???)


You are trying to do something with a DB table that isn't supported.  What
are you trying to do when you get the error?

Quote
Lygedas <lyge...@hotmail.com> wrote in message

news:86k6ea$o9g13@bornews.borland.com...
Quote
> What the reason can be of this error : "Capability not supported" ?

Re:Error: Capability not supported (???)


But whay it's work on other server ?
Quote
Michael Glatz wrote in message <86k9hf$o...@bornews.borland.com>...
>You are trying to do something with a DB table that isn't supported.  What
>are you trying to do when you get the error?

>Lygedas <lyge...@hotmail.com> wrote in message
>news:86k6ea$o9g13@bornews.borland.com...
>> What the reason can be of this error : "Capability not supported" ?

Re:Error: Capability not supported (???)


You get this error when you are trying to use an advanced SQL sintax, and
BDE is using Local SQL to perform a query. If you are using a SQL backend,
try to set BDE to execute query on server. If your tables are desktop (PDOX,
DBASE) try to simplify the query

--
Ing. Eduardo Martnez Ocampo
Chief Of Information Systems
Industria Envasadora de Quertaro, S.A. de C.V.
The Coca-Cola Canning Plant
eduar...@ieqsa.com.mx

Re:Error: Capability not supported (???)


Why does WHAT work on the other server?

Quote
Jaroslavas Akmanovas <jaroslavas_akmano...@intelsoftas.lt> wrote in message

news:86kr1n$onb12@bornews.borland.com...
Quote
> But whay it's work on other server ?

> Michael Glatz wrote in message <86k9hf$o...@bornews.borland.com>...
> >You are trying to do something with a DB table that isn't supported.
What
> >are you trying to do when you get the error?

> >Lygedas <lyge...@hotmail.com> wrote in message
> >news:86k6ea$o9g13@bornews.borland.com...
> >> What the reason can be of this error : "Capability not supported" ?

Re:Error: Capability not supported (???)


Quote
> What the reason can be of this error : "Capability not supported" ?

If Yoy are updating table with query then try to get the latest BDE update
from inprise home page or use just a key to identify the record to be update
(UpWhereKeyOnly)

Gert

Other Threads