hey,
im runnign window xp, and i have office xp aswell....but whenever i open up Word, i get one of those microsoft "send error" prompt boxes...and then Word just shuts down every single time.
now i have tried uninstalling MS Office and then tried re-installing it, but i still get the same...
hey there,
i just installed weblogic server on my computer,
the only problem is that when i try to compile my ejb files errors saying
package javax.ejb does not exist
i was wondering if someone could tell me how to fix this problem, or maybe give me instuction on how to set my classpath...
when i change my code to
if ($y == 3)
{
?>
</tr>
<tr>
<?
$count =0;
}
with my for loop = 3 it does not create a new row? it just skips the if statement
pdotd
hey, i was wondering if someone could tell me what is wrong with my script, its a simple script and i think it looks fine, but whenever i run it ket this errors msg saying:
Parse error: parse error, unexpected ';', expecting T_VARIABLE or '$' in...
...now here is my getEmployees method:
public ResultSet getEmployees()
{
query = "SELECT * FROM employees";
return getData(query);
}
And here is my getData method:
public ResultSet getData(String query)
{
try
{...
...now here is my getEmployees method:
public ResultSet getEmployees()
{
query = "SELECT * FROM employees";
return getData(query);
}
And here is my getData method:
public ResultSet getData(String query)
{
try
{
if (trace)
{
connectToDB();
}
//...
...Here is my access connection code to the database in my Java Bean
package bean;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.sql.*;
import java.util.*;
public class OfficeRegBean
{
private final String DRIVER = "sun.jdbc.odbc.JdbcOdbcDriver"...
...and this is my method within line 179 that gets called
public ResultSet getEmployees()
{
try
{
query = "SELECT * FROM employees";
// Create the statement
Statement mystatement = connection.createStatement();
// Create the Resultset
return...
hey there
im running qmail on this server, and a couple of days ago we had a power outage....so once i reboot the qmail server
i restarted qmail and refetched all the imap accounts that i have and then i went to check my my imap folders in Outlook...and the i got an error saying:
"could not...
Is there a problem rounding a real number in ASP.
I retreive the real number from a MS SQL database, but when I run my script the numbers add up fine, however i get numbers with a 10 digit decimal place(i.e 125.199999988079) so when i try to use the round function, I get and error saying...
Hey
thanks guys, my code works now , you were right, my logic was wrong using the short-circuit OR operator.
instead i used && and everything works now. Now understand the error checking for nulls.
thanks
pdotd
...javax.servlet.http.HttpServlet.service (HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
***********(if this helps)
on line 38 in my serlvet is:
if (strAction != null || strAction.equals("Students"))
i also have in the line before that another if...
Hey
when i create a cookie, and then get the cookie name i just created -- cookie.getName()
instead of inputting the value i submitted to it.
it returns: "SESSIONID"
any reason for that?
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.