Hi all,
I have a website built with (asp).net2 and llblgen2, and would like to limit execution time for certain queries. For instance, critical queries (data management, and so on) that need to be executed have command timeout set to a longer interval, say 60 seconds (in connection string). There are also some non-critical queries, returning status information that is more or less just eye-candy.
Is there some way to specify a different command timeout for such queries - if I set it via DbUtils, it's a global setting, and will apply to all subsequents issued queries, which is not good
since multiple users access the site simultaneously.
Thanks,
Marin.
llbl2 selfservicing, asp.net 2, postgresql 8.2.3, win2003