Hi again, another question from me, [wehehe]
Is it possible to use two databases in one query? How will I do this in my web.config file? And how will my query [update, insert and delete] statements look like?
The situation here is, there are 3 systems (2 window-based and 1 web-based) accessing the same database, and when the other systems (window-based) are processing, the web-based app will give a timeout expired error. I don't want to longer the waiting of the user then in the end, it will still give an error. So, my idea here is to separate my tables from theirs.
Or can I just make that database more accessible that even if the other systems are processing, I can still access it and make transactions through the web-based application?
Many thanks,
Enter your message below
Sign in or Join us (it's free).