In OLE,how to know that the server has finished one operation?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi group, I am using OLE to interact with MS acces ,to import a CSV file into a table in the database.I am using Access Application object and calling its TransferText function to do it.As it runs into a separate process,i am facing a problem.My program is using this table,so i must know ,when the transfering operation is completed,and ensure that all the database dependent operations are supende till than,is there any method to do it? Could the experts give any idea?