Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a trigger in Oracle
Message
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Creating a trigger in Oracle
Miscellaneous
Thread ID:
00625231
Message ID:
00625231
Views:
48
Hi all,

I have a friend who is trying to create a trigger in Oracle.

He is using the MDAC version 2.5 with Oralce 8i Client with the following connection string:
"Provider=OraOLEDB.Oracle;User ID=INTERNAL;Password=oracle;DataSource=DATASP;FetchSize=500;"

He is trying to create the following trigger via VB:
CREATE OR REPLACE TRIGGER SCHEMA.TRIGGERNAME BEFORE INSERT ON
SCHEMA.TBLNAME
FOR EACH ROW BEGIN SELECT SCHEMA.SEQUENCENAME.nextval INTO
:new.FIELDNAME
FROM dual; END;

When he tries to run this, he gets an error. If he removes the colon and semi colons, the errors go away, but the trigger won't work.... Any ideas?

Thanks,

Fletcher
Next
Reply
Map
View

Click here to load this message in the networking platform