Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How do we create DCOM object in VB6
How do we create DCOM object in VB6 Using the CreateObject method you can create a DCOM object. You have to put the server name in the registry. 2009-03-06, 4972👍, 0💬
Popular Posts:
What is test metrics? Test metrics accomplish in analyzing the current level of maturity in testing ...
when should the volatile modifier be used? The volatile modifier is a directive to the compiler's op...
How can I implement a variable field width with printf? That is, instead of something like %8d, I wa...
If we have multiple AFTER Triggers on table how can we define the sequence of the triggers ? If a ta...
What is the purpose of the wait(), notify(), and notifyAll() methods? The wait(),notify(), and notif...