Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What are between database triggers and form triggers?
What are between database triggers and form triggers?
✍: Guest
Database triggers are fired whenever any database action like INSERT, UPATE, DELETE, LOGON LOGOFF etc occurs. Form triggers on the other hand are fired in response to any event that takes place while working with the forms, say like navigating from one field to another or one block to another and so on.
2011-09-13, 2865👍, 0💬
Popular Posts:
How can I search for data in a linked list? Unfortunately, the only way to search a linked list is w...
If locking is not implemented what issues can occur? IFollowing are the problems that occur if you d...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.
Can we get a strongly typed resource class rather than using resource manager? In the previous quest...