Problem with TMSChangeNotification component(2)

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MNosouhi
Posts: 12
Joined: Wed 13 Feb 2008 03:53

Problem with TMSChangeNotification component(2)

Post by MNosouhi » Wed 13 Feb 2008 04:59

when i use TMSChangeNotification component in myprogram and run my program from the delphi (with press F9 Button) , when close the program , recive error message "project project1,exe raised exception class eoledberror with message "operation canceled" . process stoped."
how solve it?

i use SDAC ver 4.35 and delphi7&Delphi2007 and windows xp with sql2005

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 13 Feb 2008 08:28

This message indicates that the notification process is stoped. It is an internal exception and it is visible only in debugger.

MNosouhi
Posts: 12
Joined: Wed 13 Feb 2008 03:53

Post by MNosouhi » Wed 13 Feb 2008 13:10

is it usual?

Post Reply