Board index » delphi » "At end of Table"

"At end of Table"

How could I prevent the "At and of table" error?
Thanks!
 

Re:"At end of Table"


Emil,

What version of Delphi?
What RDBMS are you using (Oracle, MSSQL, Interbase)?
Are you using TTables or TQuerys?
BDE, ADO, ODBC?
When does the error occur?

Check out: http://www.fulltextsearch.com and search on your error message.
There are several ways to avoid this error.

Good luck,
krf

Quote
Emil Moldovan wrote in message <39e72a62_2@dnews>...
>How could I prevent the "At and of table" error?
>Thanks!

Re:"At end of Table"


Hi,

I'm using D5 , MSSQL, BDE, TQuery with cached updates,  and the error occurs
(sometimes) when I apply on the TQuery.

Thanks.

Re:"At end of Table"


Do you use Filter property of Cached DataSet?

Regards. Lusha.

Emil Moldovan <emoldo...@totalsoft.ro> D??? ???Y??:39eab688_2@dnews...

Quote
> Hi,

> I'm using D5 , MSSQL, BDE, TQuery with cached updates,  and the error
occurs
> (sometimes) when I apply on the TQuery.

> Thanks.

Re:"At end of Table"


Do you use Filter property of Cached DataSet?

Regards. Lusha.

Emil Moldovan <emoldo...@totalsoft.ro> D??? ???Y??:39eab688_2@dnews...

Quote
> Hi,

> I'm using D5 , MSSQL, BDE, TQuery with cached updates,  and the error
occurs
> (sometimes) when I apply on the TQuery.

> Thanks.

Re:"At end of Table"


Yes, I use Filter property, the query being a Child in a Master-Child
relationship.

Emil

Re:"At end of Table"


Using MSSQL mixed with BDE I've got lots of issues for long time. So I've
just replaced with ADO connection which seems to be less buggy comparing
with BDE. So you have alternatives...

Quote
"Emil Moldovan" <emoldo...@totalsoft.ro> wrote in message

news:39eafc9e_2@dnews...
Quote
> Yes, I use Filter property, the query being a Child in a Master-Child
> relationship.

> Emil

Other Threads