H
Hakùna kù
Hello ,
I need help to How I Can serialize Query with .NetFramework
and Odbc SQLServer Connection ...
I want that :
1. Client A read "name,lastname" from query
2. Client B try to read "name,lastname" but .Net must block the query
3. Client B is waiting that client A have release the block
4. Client A update "name,lastname"
5. Client A close the transaction
6. Client B read "name,lastname" and exit from Block "state"
7. Client B is happy )
How I can do it ?!
OdbcTransaction can allow me to do it ?!
thank all
Hakù
I need help to How I Can serialize Query with .NetFramework
and Odbc SQLServer Connection ...
I want that :
1. Client A read "name,lastname" from query
2. Client B try to read "name,lastname" but .Net must block the query
3. Client B is waiting that client A have release the block
4. Client A update "name,lastname"
5. Client A close the transaction
6. Client B read "name,lastname" and exit from Block "state"
7. Client B is happy )
How I can do it ?!
OdbcTransaction can allow me to do it ?!
thank all
Hakù