Refreshing application during SQL - command

T

tomek

He
How to refresh application while this application executes function (SQL
command)
Now I can't for example minimalise application or it begin white (don't
refreshing)

I build it in VC++6 (as SDA)
I have a Button which call function who executes long SQL command)

t.
 
V

Victor Bazarov

tomek said:

He yourself.
How to refresh application while this application executes function (SQL
command)
Now I can't for example minimalise application or it begin white (don't
refreshing)

I build it in VC++6 (as SDA)
I have a Button which call function who executes long SQL command)

This is beyond the scope of this newsgroup. Perhaps asking in a Windows
programming NG would get you somewhere... comp.os.ms-windows.programmer.*
or microsoft.public.* families of newsgroups is what you want.

I can only say that you need _asynchronous_ processing of your commands
and that's not possible using _standard_ C++ means. You need OS-specific
mechanisms.

V
 
M

Mike Wahler

tomek said:
He
How to refresh application while this application executes function (SQL
command)
Now I can't for example minimalise application or it begin white (don't
refreshing)

I build it in VC++6 (as SDA)
I have a Button which call function who executes long SQL command)

This isn't a C++ question, but a question about Microsoft
Windows. Ask at 'comp.os.ms-windows.programmer.win32'
The answer will have to do with 'threads'.

-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,183
Messages
2,570,965
Members
47,512
Latest member
FinleyNick

Latest Threads

Top