Hi,
I need help doing some trouble shooting:
I have a trigger that does this:
...
BEFORE INSERT ON <some table>
REFERENCING NEW AS NEW
FOR EACH ROW
...
My question is, are there any possible situations where something might be inserted into that table without the trigger being activated...
In the man pages for lpr, lp, and pr, there is no mention of double-sided printing at all. How do I print double-sided? (Assuming, of course, that my printer is capable of printing double-sided.)
Is there a version of seek that counts by line instead of by character? For example, I want to be able to type:
seek(FILE, 3, 0);
and be at the 3rd line of the file. Is that possible?
Thanks.
I need to search a file for a specific string, then modify the line where that string is. How can I read a file, remember my place in the file, and modify the file at that place? Thanks.
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.