Hi Everyone, am a developer using Zope and wanted to know if any of you have ever implemented a pdf generating/creating system using python? This just means mostly manipulating pdfs (create and/or edit) via web. If you guys have any suggestions or recommendations please post, thanks.
CREATE OR REPLACE TRIGGER trigger_name
AFTER UPDATE OF column ON table1
FOR EACH ROW
WHEN (NEW.column=some_value)
BEGIN
UPDATE table2 statement1 WHERE condition;
UPDATE table2 statement2 WHERE condition;
END trigger_name;
hey guys need some help on this one, need a trigger to update a row on...
hi everyone, once again am here to ask for your help, am having a discrepancy in my data, am in manila but my oracle and web servers are in the usa, and whenever i try to insert data into a date field (which i had set to default sysdate), the date of course that goes into the field is about 12...
hi there, wanted to ask if there is any method existent in html that would automatically detect if the user closes his browser? need to change his log status on a back-end database and if he closes the browser am worried that the status will never be updated to logged off? any of you know any...
hi there, am using oracle 9i and would like to ask this question, am planning to implement the prevention of multiple and simultaneous logins to a site using a single account via different computers, am planning to use a back-end table that has a members unique id and a status of 1 if he is...
hi there, just wanted to know if any of you out there know of any way to make sure no multiple and simultaneous logons for a single user to a site using only session, i know this can be done via a back-end table but would like to implement the functionality using session objects only, thanks
hi, wanted to ask if any of you out there has come across a way to check for multiple and simultaneous logins by a single user to a site using only session objects, i know this would be fairly easy to do using a back-end table but would like to implement the functionality using session, 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.