Subject | KeyLinks Was: Setting TIBODatabase.DataBaseName property |
---|---|
Author | Andreas Bednarek |
Post date | 2003-10-23T23:20:33Z |
>Yes, the Database property is designed to assign the entire connect stringto.
>No, you can leave it if you want.I'm glad to hear that, in next version I'll use the Database property
instead.
Let me ask a question about Keylinks, if I got it right, the KeyLinks should
refer to a field which is not necessarily a primary key of a table but
rather a field which uniquely identifies a record in the table.
What about tables that don't have such field (I have tables which need 2-3
primary keys to uniquely identify a record...)?
Letting the KeyLinksAutoDefine to True should work fine, shouldn't it?
Andreas