hello every one..
i have a question, what will happened if i will call same function say getDetails() , which gives me details from database(SQL server 2008 R2)..
this function is called on more than 5 timers, which are running simultaneously and created dynamically ..
will it reduce my application performance ??
please help me..