K
Kenny M.
Hi
I'm receiving Data from 20 clients around the city and updating my SQLServer
DB
via an Async WS
I'm using DialUp 56kb on each client
The process:
1. I create a text file
2. I wrote the data to the Text File (Serial and amount)
3. I read the Text File
4. put the content into a string Var
5. Pass the string var into the Async WS method
6. Delete the file
again
The Problem:
Records are being duplicated on the DB
When I switch to the Sync WS everything is fine!
Any sug about this behavior
I'm receiving Data from 20 clients around the city and updating my SQLServer
DB
via an Async WS
I'm using DialUp 56kb on each client
The process:
1. I create a text file
2. I wrote the data to the Text File (Serial and amount)
3. I read the Text File
4. put the content into a string Var
5. Pass the string var into the Async WS method
6. Delete the file
again
The Problem:
Records are being duplicated on the DB
When I switch to the Sync WS everything is fine!
Any sug about this behavior