Click to See Complete Forum and Search --> : appl'n not responding mode


Nparag
January 20th, 2000, 01:53 PM
hi folks
I am using VB5 with oracle as backend. I am doing some complex mathematical calculations which are very data centric. i have to use many loops each involving some database access. My application stays in not responding mode for lot of time. Is it because of the database access of anything else and what will be the solution for this problem.
Thanx in advance

January 20th, 2000, 02:03 PM
I am assuming that your query (in vb code itself)is composed of queries within queries so this problem is not unusual. How you access the database? I would rewrite simple more that one queries instead of one big complex one to solve your problem. e-mail me at Ram.Tripathi@stdreg.com for details. GoodLuck!!