Search found 4 matches
- Fri Oct 21, 2005 4:17 pm
- Forum: PHP - Code
- Topic: Creating oracle triggers from php... DOESN'T WORK!
- Replies: 4
- Views: 502
- Fri Oct 21, 2005 11:20 am
- Forum: PHP - Code
- Topic: Creating oracle triggers from php... DOESN'T WORK!
- Replies: 4
- Views: 502
You might try trimming the SQL statement in PHP before parsing/executing, and I believe PHP does not require the final ; I do use triggers, but primarly generated from a data modeling tool, and I execute them from within that tool. From a PHP perspective I just rely on them already being a part of ...
- Fri Oct 21, 2005 10:27 am
- Forum: PHP - Code
- Topic: Creating oracle triggers from php... DOESN'T WORK!
- Replies: 4
- Views: 502
- Thu Oct 20, 2005 12:04 pm
- Forum: PHP - Code
- Topic: Creating oracle triggers from php... DOESN'T WORK!
- Replies: 4
- Views: 502
Creating oracle triggers from php... DOESN'T WORK!
Say I had enough of some problems with PHP and this is a top priority. Searched everywhere, seen this problem already posted and nobody got a single reply. Some posts were as old as 2001. Go figure ;) Using php 5.0.2, but tested on 5.0.5 as well Database: oracle 9i Trying to create a trigger results...