Forum: Existing Scripts Feb 19th, 2008 |
| Replies: 0 Views: 2,898 i need a vba script which reads pathname,filename,date of creation of all subdirectories of a directory and transfer above data to excel sheet thank u |
Forum: PHP Jan 30th, 2008 |
| Replies: 1 Views: 3,353 i am getting the aboe error in the code given below
<html><head>
<title>MySQL Server Information</title>
</head><body>
<h1>MySQL Database Server Information</h1>
<?php
$DBConnect =... |
Forum: Java Dec 26th, 2007 |
| Replies: 4 Views: 9,078 catalina.bat file is missing error comes when i run jsp page with tomcat 5.5 and netbeans 6.0. i have tried different mirrors for tomcat5.5 but above mentioned error comes always |
Forum: Shell Scripting Dec 25th, 2007 |
| Replies: 2 Views: 2,112 i have installed cygwin with vim and vi editor but when i type into those editor nothing gets written and message comes that no string under cursor plz help somebody |
Forum: Shell Scripting Dec 24th, 2007 |
| Replies: 2 Views: 1,688 the code is given as
#!/bin/sh
i=1;
while [ $i -le 5 ]
do
echo "welcome $i times"; |
Forum: Java Dec 24th, 2007 |
| Replies: 1 Views: 1,142 i am running jsp page in netbeans 6.0 it says that access not authorised set username and password in servce manager in netbeans 6.0 plz tell me how to set password and username from netbeans 6.0 |
Forum: Java Dec 3rd, 2007 |
| Replies: 6 Views: 1,486 step 1
myeclipse->prefernces->myeclipse->application servers->choosing tmcat5.5 for application server
Step 2
using jdk 1.5
clicking ok
then clicking on icon to start and stop... |
Forum: Java Nov 29th, 2007 |
| Replies: 2 Views: 1,891 my jsp and servlet are in Z: drive and i want to configure eclipse for application server plz tell me how to do it |
Forum: Java Nov 22nd, 2007 |
| Replies: 0 Views: 703 String description = "";
String query1 = "";
int grade_autoid,count=0;
rSet1= DBHelper.getQueryResult(query);
%>
... |
Forum: JSP Nov 12th, 2007 |
| Replies: 2 Views: 1,851 i want a date selection form in jsp and that date variable should be caught in servlet so that i can insert date in mysql. its very urgent plz help me |
Forum: Java Oct 19th, 2007 |
| Replies: 1 Views: 2,586 i want to make a text field readonly in html form written in my servlet |
Forum: Java Oct 18th, 2007 |
| Replies: 1 Views: 1,580 hi,
i want to generate custom error pages for my jsp pages insted of default error pages
can anybody explain |
Forum: Java Oct 18th, 2007 |
| Replies: 5 Views: 1,203 what includes J2EE means whats the specification for j@EE does it include EJB and STRUTS |
Forum: Java Oct 16th, 2007 |
| Replies: 5 Views: 1,203 |
Forum: Java Oct 16th, 2007 |
| Replies: 5 Views: 1,203 there is no error messages and i dont know how to code trace plz help me i need it urgently |
Forum: Java Oct 16th, 2007 |
| Replies: 5 Views: 1,203 jsp code
<%@ page import="temperory.Mrityunjay.*"%>
<%@ page import="com.MindShaper.ClassTeacher.Utility.BaseServlet.VSHttpServlet" %>
<%@ page import="java.util.*"%>
<%@ page... |