I'm running a rather lengthy stored procedure and was wondering if there was way to communicate with the form that executed the procedure to inform the user of it's status. TIA. |
You can send events within the stored procedure and use a second connection to listen to these events. The help file should contain some information. Search for event notification. |