I have a table that's something like this:<BR><BR><pre class="ip-ubbcode-code-pre">CREATE TABLE thread(id INT, parentid INT, sometext TEXT);</pre><BR><BR>The values ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The factorial of 5 is 120. The factorial of 10 is 3,628,800. Programmers can take one of two ...
I changed the server.scripttimeout to 999 and I still get problems. It timesout before the time limit i specified. Here is the situation. Users can check a number of check boxes on an ASP page and ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Recursion in Java gets a bad rap. Experienced developers shun the practice over fears that an ...