Subject | Re: [IBO] Problem using locate |
---|---|
Author | John Costanzo |
Post date | 2006-08-15T17:35:05Z |
Hello:
I meant ownername as both the index and select. As I said, takes
forever.
--- In IBObjects@yahoogroups.com, Svein Erling Tysvaer
<svein.erling.tysvaer@...> wrote:
I meant ownername as both the index and select. As I said, takes
forever.
--- In IBObjects@yahoogroups.com, Svein Erling Tysvaer
<svein.erling.tysvaer@...> wrote:
>superior to
> Hi John!
>
> Converting from BDE/Paradox to IBO/Firebird (Firebird is the
> open-sourced daughter of InterBase, many of us think it is
> it's mother) is a big task. It is converting from BDE/Firebird tothat can
> IBO/Firebird that is what www.ibobjects.com mentions a a switch
> be done in seconds.defined
>
> > The SQL for the query is SELECT * FROM XXXXXXXX WHERE
> > PERSONSNAME = RANKLEY ORDER ON OWNERNAME (Ownwername is a
> > index).you
>
> This query doesn't benefit much from an index on Ownername, what
> want is an index on Personsname. Since I assume that field to befar
> from unique, I think you should consider creating an index onfaster.
> (PersonsName, PrimaryKeyField) - this makes updating and deleting
>
> Welcome to the world of client/server database programming!
> Set
>