Hi,
I have an after insert trigger on a table. If I insert data into the table by writing an insert SQL statement, the trigger fires normally. If I insert data into the same table using a DTS package, the trigger does not fire. The DTS package does insert the data into the table. Is it...
Hi,
I have a script, named "script1", which reads from STDIN:
print STDERR "Enter a character:";
open STDIN, "/dev/tty" or warn "couldn't open /dev/tty $!\n";
my($c);
$c = getc(STDIN);
There is a unix shell script, named "script2"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.