i want to copy design elements from one database to another. have heard, i have to handle them like object, but how to access a spec. design element (a frameset, a page or an outline). thanks
i dont want to use the notes c api, it must be possible without it.
i want to create a dynamic outline, no problem with the notes outline class. i can add entry and so on.
now the problem: i want to embed this created oultine into a page or document by lotus script or formular language. the idea is, that the user can design his own frameset. the frameset is...
want to log my php-programs. after a program has ended, a report-file (txt) should be generated. any ideas?
features of report:
- what function was called (with parameters)
- when it was called
- return values
- counters
- s.o.
thanks
(helpers can get a copy of this class)
i want to see all duplicate entries of a table.
i tried:
SELECT * FROM name GROUP BY first HAVING COUNT(*) > 1 ORDER BY first
but this shows only the group of all duplicate, but i want to see all duplicate row for row. the problem is, to make a count(*)>1 without a group by. is it possible...
have an apache server, that becomes slow some time, bescause of too many user on it (thinks so). now i want to write an awk-script, maybe in connction with c to get the status of the spache server and if its in the "red area" restart it.
please help.
robert
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.