L
Lars Netzel
Hello!
If i have an operation I want to place in a separate thread to make things a
little faster how do I do it?
Let's say this Filling of a Dataset takes a long time
DataAdapter.Fill(dsData)
How can I write it so I use another thread ?
regards
/Lars
If i have an operation I want to place in a separate thread to make things a
little faster how do I do it?
Let's say this Filling of a Dataset takes a long time
DataAdapter.Fill(dsData)
How can I write it so I use another thread ?
regards
/Lars