mandelbrot Posted October 12, 2005 Posted October 12, 2005 Just a quick one here - if I have more than one DatAdapter, can I use the same connection to read data, or do I need to use multiple connections? Thanks, Paul. Quote
Administrators PlausiblyDamp Posted October 12, 2005 Administrators Posted October 12, 2005 You can use one connection for multiple DataAdapters just fine. The only time this could be a problem is if you are using multiple threads / async methods to run multiple adapters on the same connection at the same time. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
mandelbrot Posted October 12, 2005 Author Posted October 12, 2005 Thanks, PD - that's what I expected. I must have some bad SQL somewhere, then! :rolleyes: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.