View previous topic :: View next topic |
Author |
Message |
rp Guest
|
Posted: Sat Nov 26, 2005 2:00 am Post subject: multicolumn primary keys |
|
|
Can I use multicolumn primary keys with VDO? |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sat Nov 26, 2005 8:16 am Post subject: |
|
|
No - you need a single field (column) defined as the primary key to allow VDO to be able to nagivate within the recordset. This is because VDO uses the ADODB Find method to navigate within the recordset and it can only handle single column primary keys.
Generally this isn't an issue because you can usually simply add an autonumber primary key column while still maintaining other a unique index on what might have been your primary key previously. _________________ Infralution Support |
|
Back to top |
|
|
|