R
rufus
Hi,
I was wondering how a DataGrid can handle a DataSet with a composite key.
How would I update 1 row in a database having a composite key?
A possible solution would be to concatenate my composite key in my sql
statement and then use the split function to separate again when I update.
To me this seems too complicated for its own good. Is there a simpler
solution that I could implement?
Thanks in advance.
Chris
I was wondering how a DataGrid can handle a DataSet with a composite key.
How would I update 1 row in a database having a composite key?
A possible solution would be to concatenate my composite key in my sql
statement and then use the split function to separate again when I update.
To me this seems too complicated for its own good. Is there a simpler
solution that I could implement?
Thanks in advance.
Chris