Search found 4 matches

by roibm
Fri Oct 21, 2005 4:17 pm
Forum: PHP - Code
Topic: Creating oracle triggers from php... DOESN'T WORK!
Replies: 4
Views: 502

ok, got it... this is sick... just shows how some bugs are still here since who knows how long. getting rid of all chr(13) and chr(10) fixes it. this was posted back in september 2003: http://phpbuilder.com/board/showpost.php?p=10417040&postcount=3 saw posts complaining about this bug as early a...
by roibm
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 ...
by roibm
Fri Oct 21, 2005 10:27 am
Forum: PHP - Code
Topic: Creating oracle triggers from php... DOESN'T WORK!
Replies: 4
Views: 502

Come on guys, there has to be someone...
How do you create your triggers? Should I understand the php developers don't use no triggers?
by roibm
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...