I am trying to set up Jbuilder and using SourceSafe to provide configuration management. We are using java and jsp.
The current directories we use are:
java source folder
java jsp folder
WEB-INF (subfolder)
classes (subfolder)
lib (subfolder)
The java source...
I am trying to import class files from a jar file. The code is below: import java.io.Serializable;
import java.util.HashMap;
import de.laures.cewolf.DatasetProducer;
import de.laures.cewolf.DatasetProduceException;
import...
We are upgrading our system to server2003 and have to change the method used for email.
We get a recordset from a database as follows:
toEmail = recordset("email")
When we try to send mail with this it errors out. It seems that a field object is being moved to the toEmail variable.
I have...
I am writtin a proggram for a class, I have to use exceptios. I have written this:
public void checkFirstNameInput()
{
try
{
if(sFirstName.length() == 0)
throw new FirstNameException("No Entry")...
I am running a report and on the close I want to update a table in VBA. I am using the following SQL.
Private Sub Report_Close()
Dim strSQL As String
strSQL = "UPDATE checks set rptStateone = yes, pdToState = yes "
strSQL = strSQL & "WHERE (pdToState = no) AND (rptToState = NO)...
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.