i set the AllowUpdate properties for the Datagrid to TRUE
when i changed the first column(Artikel) which is the PK, it went smooth..but when i changed the 2nd and 3rd column, an error raised
Row cannot be located for updating. Some values may have been changed since it was last read
anyone have any clues?
PS : the database is located at my local hard drive (for testing purpose), and the value doesn't changed by anyone
thanks
Last edited by erickwidya; Aug 10th, 2005 at 11:08 PM.
1st NF - a table should not contain repeating groups.
2nd NF - any fields that do not depend fully on the primary key should be moved to another table.
3rd NF - there should be no dependency between non key fields in same table.
- E. Petroutsos -
thx dee-u
adUseServer can't work when u want to populate Datagrid..it need 'Bookmarkable' which is from adUseClient
1st NF - a table should not contain repeating groups.
2nd NF - any fields that do not depend fully on the primary key should be moved to another table.
3rd NF - there should be no dependency between non key fields in same table.
- E. Petroutsos -
yes it can work from ur attachment..but i can't make it to work with mine
huaa..why..?
all i change without error just the PK Column
the code is pratically the same
thx for the attachment
Last edited by erickwidya; Aug 11th, 2005 at 12:51 AM.
1st NF - a table should not contain repeating groups.
2nd NF - any fields that do not depend fully on the primary key should be moved to another table.
3rd NF - there should be no dependency between non key fields in same table.
- E. Petroutsos -
1st NF - a table should not contain repeating groups.
2nd NF - any fields that do not depend fully on the primary key should be moved to another table.
3rd NF - there should be no dependency between non key fields in same table.
- E. Petroutsos -
this because the datatype for the HPP, HPP_baru is Decimal
if i changed it to Long Int..it goes smooth..
have a clue how to do it via datagrid? otherwise i will 'force' using UPDATE query directly )
very22 annoying issue
1st NF - a table should not contain repeating groups.
2nd NF - any fields that do not depend fully on the primary key should be moved to another table.
3rd NF - there should be no dependency between non key fields in same table.
- E. Petroutsos -
1st NF - a table should not contain repeating groups.
2nd NF - any fields that do not depend fully on the primary key should be moved to another table.
3rd NF - there should be no dependency between non key fields in same table.
- E. Petroutsos -