Subject | Re: [IBO] How to handle keylinks when SQL is defined at runtime? |
---|---|
Author | Jason Wharton |
Post date | 2001-07-14T09:19:54Z |
Edward,
KeyLinks aren't essential, they just help make other advanced operations
more efficient.
What is it they are doing with the query?
Is it read-only or will they be doing updates?
Will they be doing any Locate() operations?
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
> I have an application where the user supplies the sql at runtime viaYou can simply set KeyLinksAutoDefine to false and let it be ignored.
> a SQL generator. The SQL are invariably multi table. How do I handle
> the keylinks issue for this case.
KeyLinks aren't essential, they just help make other advanced operations
more efficient.
What is it they are doing with the query?
Is it read-only or will they be doing updates?
Will they be doing any Locate() operations?
Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com