OLE Automation of MS Access problem.
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi group, I am sure that in my last message ,i couldn't explain the problem clearly.So i am writing the message again. Actuall my application is acting as a OLE Automation client to MS Access.It uses Access application object's TransferText method to transfer a text file into a table in a mdb database.Now ,in the next statement in my client application ,i want to know whether the table-loading is completed(as it is a separate process and TransferText returns immidiately after firing the command).If yes,i will run some Table-dependent code.But i don't know a way through which the MS Access Application can notify me that the Loading operation is completed. As this is a crucial issue, i need expert's help.... Thanks and regards.