Jardel Tan

Greenhorn
+ Follow
since Sep 11, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jardel Tan

hi
i would like to know how can i make an applet loaded in a new window..rather than it loaded inside the HTML page?
thanx
23 years ago
yeah! u guys r great!
thanx
23 years ago
hi i'm having problems with my search logic
if (rs!=null){
while(rs.next())
{
}
}
else
{
out.println("no results")
}
it seem that if no results from databases
it woudn't display "no results"
can anyone pls help me..
thanx
23 years ago
hi
did anyone managed to write hiragana strokes?
can anyone give me a guidelines on where to start..
on drawing it on applets..
thanx
23 years ago
hi
i would like to know how to insert a statement like
"i'm " into mysql table
insert into table values ('I'm')
Byte eng
while (rs.next()) {
eng = rs.getBytes("trial");
}
i retrieve error Can't convert byte[] to java.lang.Byte
hi how to getBytes() instead of getString()from databases
anyone did any code that can show how many users that are currently connected to ur websites?
thanx..
23 years ago
example,
in /myapp folder i got 3 jsp files
when i created another 2 jsp files or any files into /myapp folder
my tomcat still list 3 jsp files but not the total of 5 jsp files
eventhough i restart tomcat server..
pls help..!
23 years ago
hi!
can anyone help me out
whenever i create new jsp files in myapp folder and start tomcat4
i coudn't see the listing of new jsp files which i just created in myapp folder
or i did not set the server.xml properly?

<Context path="/myapp" docBase="myapp" debug="0"
reloadable="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_myapp_log." suffix=".txt"
timestamp="true"/>
</Context>
23 years ago
can anyone help me out or did any storing japanese characters into Sqlserver7?
issit store the datatype as nvarchar?
i'm having problem when my JSP page,coudn't display the correct japanese characterset from sqlserver7
=(
thanx
thanx
it's running now ..=)
23 years ago
how to make my own applications run in
htp://localhost:8080/myapp/index.jsp
i received 404 not found
sorry.. newbie here
23 years ago
hi
i had try including
<%@ page contentType="text/html; charset=UTF-8" %>
and SJIS
yet the strings from the database(sql server 7)and it display as a series of ???,
even after i had download the jap language support..
it still coudn't able to display the jap character
i'm using tomcat 3.2.2
23 years ago