Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make this a trigger?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Make this a trigger?
Miscellaneous
Thread ID:
01060793
Message ID:
01060793
Views:
65
I need to make this into a SQL Server 2000 trigger....

SELECT pk_appid ;
FROM Monitoring ;
WHERE Monitoring.pk_appid = resources.pk_resource ;
INTO CURSOR (curMonitoring)

SELECT Monitoring
IF RECCOUNT('curMonitoring') = 0
APPEND BLANK
ENDIF

Replace Monitoring.pk_appid WITH resources.pk_resource ,;
Monitoring.ApplicationName WITH resources.resdesc


....the trigger obviously would to in the 'resources' table...anyone know what the trigger syntax should be?

Thanks!
ICQ 10556 (ya), 254117
Next
Reply
Map
View

Click here to load this message in the networking platform