We have a Visual Basic 6 application which also uses COM+ and SQL Server. We occasionally get the error:
'Switch to/Retry'
We have found plenty of information online about this, but no resolution. We found a way around this ourselves using the OleServer/OleRequest methods of the App object to put a delay in (such as App.OleServerBusyTimeout). This just stops the message appearing. Does anyone know how we can display a custom/OK Only dialog box, or any other method of handling this?
Many thanks in advance,
Eddie
'Switch to/Retry'
We have found plenty of information online about this, but no resolution. We found a way around this ourselves using the OleServer/OleRequest methods of the App object to put a delay in (such as App.OleServerBusyTimeout). This just stops the message appearing. Does anyone know how we can display a custom/OK Only dialog box, or any other method of handling this?
Many thanks in advance,
Eddie