RE: [U2] Re: [UV] Triggers

2004-09-28 Thread Noah Hart
: Tuesday, September 28, 2004 5:14 AM To: [EMAIL PROTECTED] Subject: RE: [U2] Re: [UV] Triggers Is is possible to get a list of all files with triggers? On UniData (6.0.3), try using this: OPEN ANYFILE TO F.FILE ELSE STOP UPDATE.TRIGGER.NAME = FILEINFO(F.FILE,25) DELETE.TRIGGER.NAME = FILEINFO

RE: [U2] Re: [UV] Triggers

2004-09-27 Thread Noah Hart
Unfortunately under U2 there does not seem to be the LIST.SICA command. Noah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Monday, September 27, 2004 2:53 PM To: [EMAIL PROTECTED] Subject: [U2] Re: [UV] Triggers In UniVerse triggers

RE: [U2] Re: [UV] Triggers

2004-09-27 Thread Ray Wurlod
: [U2] Re: [UV] Triggers Unfortunately under U2 there does not seem to be the LIST.SICA command. Noah -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ray Wurlod Sent: Monday, September 27, 2004 2:53 PM To: [EMAIL PROTECTED] Subject: [U2] Re: [UV

RE: [U2] Re: [UV] Triggers

2004-09-27 Thread [EMAIL PROTECTED]
Ray Wurlod wrote: From that I must assume that you're using UniData. U2 means UniVerse and UniData, two similar but different database products. There is no actual U2 database. On UniData the command is LIST.TRIGGER. To find what triggers exist in a database, you'd have to write a program