Here's the problem:<br>
<br>
I need to set up a mechanism to notify a program which record and field was added, updated, or deleted. The program keeps a memory image of the database. <br>
<br>
One method is to set a trigger to send email to the application. (the application is in VC++). How complicated would it be to receive this email? Would I have to write a Simple MAPI interface or CMC interface? How much work is involved?<br>
<br>
Another method is to interface to SQL Server via DCOM.<br>
<br>
Another method is to set up a stored procedure and use named pipes.<br>
<br>
If anyone understands any of these methods, and can describe a solution, or better, the best solution, it would be appreciated. <br>
<br>
-frank
<br>
I need to set up a mechanism to notify a program which record and field was added, updated, or deleted. The program keeps a memory image of the database. <br>
<br>
One method is to set a trigger to send email to the application. (the application is in VC++). How complicated would it be to receive this email? Would I have to write a Simple MAPI interface or CMC interface? How much work is involved?<br>
<br>
Another method is to interface to SQL Server via DCOM.<br>
<br>
Another method is to set up a stored procedure and use named pipes.<br>
<br>
If anyone understands any of these methods, and can describe a solution, or better, the best solution, it would be appreciated. <br>
<br>
-frank