J
Joao Santa Barbara
Hi all
i have a problem with my command builder
i have made a commandbuild to get the insert, delete and update querys.
i´m using a table with a autonumber, so i have fill my dataset with this
query
select * from test_table1
this table has 3 fields
ID ( autonumber)
Code( Varchar)
Description(Varchar)
so after i have inserted a new row, i update the database, and in the same
row i change a value ( ex description ) and save it again it throws a
exception "Concurrency violation "
i know that the problem is in the autonumber but i don´t want to make all
querys by hand .
how can i solve this ...
thks
JSB
i have a problem with my command builder
i have made a commandbuild to get the insert, delete and update querys.
i´m using a table with a autonumber, so i have fill my dataset with this
query
select * from test_table1
this table has 3 fields
ID ( autonumber)
Code( Varchar)
Description(Varchar)
so after i have inserted a new row, i update the database, and in the same
row i change a value ( ex description ) and save it again it throws a
exception "Concurrency violation "
i know that the problem is in the autonumber but i don´t want to make all
querys by hand .
how can i solve this ...
thks
JSB