Search found 3 matches

by zarnegar2160
Fri 13 Oct 2017 18:00
Forum: SQL Server Data Access Components
Topic: Cannot use temp table
Replies: 10
Views: 5137

Re: Cannot use temp table

when I close one form where include mschange notification , mschange notification on the second form, it does not work
and application show this error message:
invalid object name 'SDAC_NS-53_QUEUE'
My program has several forms, each with a mschange notification
But when multiple forms with tools are simultaneously opened , The mschange notification fails in other forms.Forms are free and Nil when closing.
by zarnegar2160
Thu 27 Apr 2017 10:53
Forum: SQL Server Data Access Components
Topic: Multi-Step Error
Replies: 7
Views: 6573

Re: Multi-Step Error

Hi
I am able to use your Demo application.
But I need the possibility to make my own database.
but When I want to create a queue in the database,The following error message is displayed:
Cannot alter the queue 'dbo.InitiatorService_QUEUE', because it does not exist or you do not have permission.
It is also about creating new service:
Cannot alter the service 'SDAC_NS_52', because it does not exist or you do not have permission.
When I'm running Following script on my database new query:
InstallDemoObjects.sql
all tables created on my database and No error appears, but services and queues can not be create and services or queues tree is empty.
Please help me
Thanks.
by zarnegar2160
Tue 25 Apr 2017 20:14
Forum: SQL Server Data Access Components
Topic: Multi-Step Error
Replies: 7
Views: 6573

Re: Multi-Step Error

I cannot work with MSChangeNotification.
MSChangeNotification not work on sdac demo
my sdac version is 8.0
please help me with sample query;
my database name is OfficUS and table name is Cusers
Cusers fields is ID,Name,Family
I need notification when data change on Cusers table, on client application