This is probably a simple question, but I'm having difficulting finding the answer. How do I connect to an Oracle database asyncronously in a c# application?
Typically, I would write a component that deals with DB Queries that spawns worker threads. When the worker thread terminates it notifies my component of completion. In the meantime, your main thread is free to continue.
Thanks for the article, Chip. The only part with which I'm having problems (but it's an important part) is the connection string.
When I try using async=true (I also tried async=1 based on old PowerBuilder apps I have written) it throws an exception, telling me that async is not a valid connection string parameter.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.