Re: INSERTED in PSQL
- From: "Rookie" <viktoriak@xxxxxxxxx>
- Date: 14 Mar 2007 09:27:46 -0700
Thanks Bill.
I was hoping to write a trigger using Pervasive.SQL Control Center.
REFERNCING should help.
Thanks again.
*****************************************************************************
On Mar 14, 7:22 am, "Bill Bach" <golds...@xxxxxxxxxxxxx> wrote:
If you are using Triggers, please be aware that you MUST use the SQL
interface to access the data -- you cannot use Native Btrieve.
Having made that disclaimer, there are no special tables for trigger
data, although each trigger should fire for each inserted/deleted
record, and you can use the "REFERENCING" clause to access the inserted
or deleted data.
Search the online manuals for REFERENCING, or look under the TRIGGER
syntax section, for more information.
Goldstar Software Inc.
Pervasive-based Products, Training & Services
Bill Bach
BillB...@xxxxxxxxxxxxxxxxxxxx
http://www.goldstarsoftware.com
*** Chicago: Pervasive Service & Support Class - 03/2007 ***
Rookie wrote:
MS SQL has Inserted and Deleted tables that I used in my triggers. Is
there Inserted/Deleted tables in PSQL?- Hide quoted text -
- Show quoted text -
.
- References:
- INSERTED in PSQL
- From: Rookie
- Re: INSERTED in PSQL
- From: Bill Bach
- INSERTED in PSQL
- Prev by Date: Re: INSERTED in PSQL
- Next by Date: Re: Pervasive PSQL 8.5 and C++ On Linux
- Previous by thread: Re: INSERTED in PSQL
- Index(es):
Relevant Pages
|
|