Re: Resolved: Re: How to Control of Triiger on Web

2002-04-22 Thread KAWAI,Takanori
- Original Message - From: "Ryoji Watahiki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 4:16 PM Subject: Resolved: Re: How to Control of Triiger on Web (snip) > When I checked out my source carefully many times, I found the mistak

Resolved: Re: How to Control of Triiger on Web

2002-04-21 Thread Ryoji Watahiki
>(snip) > > I tried it in your way before,but the result is same. > > $dbh->do("$enb_trg") -->NG > > $dbh->do($enb_trg)-->NG > > > > I tried below this(debug mode) ,but print sentence of debug mode >display > > until finish1. > > So, I think the part of "$dbh->do($enb_trg)" is incorrect