|
-
Jul 23rd, 2006, 11:39 PM
#1
Thread Starter
Junior Member
[RESOLVED] Memory Management
anybody,
im developing a program that updates sql server on the net. so the program consumes a lot of cpu usage. my problem is, when processing, the application seems not responding, but the task is runnig.
im going to display every row transmitted to sql server in real time but the form is not responding. i cant even move the form.
if anybody knows how to handle this hugh processing task pls give me some idea...
-
Jul 24th, 2006, 06:21 AM
#2
-
Jul 24th, 2006, 11:14 AM
#3
Re: Memory Management
Add DoEvents just before or just after you execute the SQL statement.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jul 26th, 2006, 09:29 PM
#4
Thread Starter
Junior Member
Re: Memory Management
thanks dude,
i'll try that first...
actually, i never use DoEvents in my coding so far..hehe
im still beginner...
ill study that word first..
thanks anyway...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|