Re: Creating a trigger in Pervasive SQL 2000i



Start with the manual, in the section under "CREATE TRIGGER" for some
examples.

By the way, please note that if you have any BTRIEVE applications
running and enable a trigger, you will PREVENT that Btrieve app from
doing the same thing. In short, a DELETE trigger will prevent
Btrieve-level DELETEs from working. This would break most apps.
Goldstar Software Inc.
Building on Btrieve(R) for the Future(SM)
Bill Bach
BillBach@xxxxxxxxxxxxxxxxxxxx
http://www.goldstarsoftware.com
*** Chicago: Pervasive Service & Support Class - 03/27/06 ***


portCo wrote:

Hi there,

I am a very new to Pervasive SQL. However, whenever there is a update
or insert in Pervasive SQL I will have to update or insert it to MS
SQL 2000.

I found some information about Trigger; however, since I am new to
Pervasive SQL, I don't even know where I have to start such as where I
have to write a code and so on. Could anyone of you guys help me out?

I really appreciate your response.

Thanks alot.

.