G
Guest
Hi,
I am using the DRW to build a maintenance application. My problem is when I
need three columns to specify uniqueness. When I try to edit a row which has
more than one occurance of a value in the first column, it only allows me to
edit (or delete) the first occurance. The three columns are defined as a
clustered index, unique.
Is this a known "feature" or is there a way to get around it? I have tried
tinkering with the FP generated code (detail.asp) but I can't figure out how
to change the syntax to get anything to work. Using just standard Transact
SQL statements in Query Analyzer works just fine, but that's not a good
approach for the end-user.
Thanks for any help you can provide.
I am using the DRW to build a maintenance application. My problem is when I
need three columns to specify uniqueness. When I try to edit a row which has
more than one occurance of a value in the first column, it only allows me to
edit (or delete) the first occurance. The three columns are defined as a
clustered index, unique.
Is this a known "feature" or is there a way to get around it? I have tried
tinkering with the FP generated code (detail.asp) but I can't figure out how
to change the syntax to get anything to work. Using just standard Transact
SQL statements in Query Analyzer works just fine, but that's not a good
approach for the end-user.
Thanks for any help you can provide.