Subject | Re: Can someone explain to me what's the best way to do this? |
---|---|
Author | andrew_s_vaz |
Post date | 2004-11-30T18:45:18Z |
> Andrew,Uwe,
>
> I do not exactly know what you mean with table.locate.
> If this has something to do with Delphi Programming than beware.
> Do not use Table at all. This is a SQL-Database and not something like
> Paradox or Dbase. ALWAYS use Sql-Queries.
> If i didn't understand, please ask again.
>
Using query objects the locate method is implemented and functional. I
should have wrote query.locate, sorry. I don't use tables for sql
databases.
Andrew