View previous topic :: View next topic |
Author |
Message |
temilson
Joined: 18 Nov 2006 Posts: 4
|
Posted: Sat Nov 18, 2006 6:50 am Post subject: Possible to use VirtualRecordSet WITHOUT PrimaryKey? |
|
|
Is it possible to use a VirtualRecordSet with a table that does NOT contain a PrimaryKey? Even to be able to display data in Read-Only format would be great. |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sat Nov 18, 2006 10:04 pm Post subject: |
|
|
Yes you can display data from a table that does not contain a primary key (by specifying null as the primary field) - however there are some limitations with what you can do. Without a primary key VDO is unable determine whether two records in different recordsets are actually the same. This may mean for instance when you change the sort order in a Grid control that the selection is not maintained. _________________ Infralution Support |
|
Back to top |
|
|
|