Hi there,
Hope someone can help. I was running Tomcat 5.5 and running a webapp just fine on it on a Linux server. I just upgraded to Tomcat 6.0 and copied my webapp files over to it. Theoretically it should run without a hitch but Murphy's Law is coming into play. To run a check, I also...
Hi there,
Given a table that has the following fields:
create table WAGE_RATES(
EMPLOYEE_ID int unsigned references EMPLOYEES,
DATE date,
HOURLY float(5,2),
WEEKLY float(5,2),
OTHER float(5,2),
index(DATE)
);
I want to run a SELECT query that uses the EMPLOYEE_ID number to compare all...
Hi there,
I do server-side programming using JSP's (Java Server Pages). The HTML and javascript code is created dynamically. The page will contain a form. However, the contents of the form may vary with numerous textfields. So, the number of fields in the form will vary as will their values...
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.