Forums Register Login

jsp error

+Pie Number of slices to send: Send
<%
try
{
Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
Connection conn = DriverManager.getConnection("jdbc:microsoft:sqlserver://database:1433","sa","123");
Statement st3=conn.createStatement();
String sql3 = "SELECT * FROM tab.dbo.polledresult";
ResultSet rs3=st3.executeQuery(sql3);
rs3.next();

que=rs3.getString("lastques");
bs=rs3.getString("res2");
cs=rs3.getString("res3");
ds=rs3.getString("res4");
as=rs3.getString("res1");

%>
<% if(question != null)
<applet code="swiftchart.class" width="249" height="200">
<param name="chart_type" value="bar3d">
<param name="x_value" value="a,b,c,d">
<param name="s1_value" value="<%=as%>,<%=bs%>,<%=cs%>,<%=ds%>">
<param name="s1_label" value="poll">
</applet>
%>
<%
st3.close();
rs3.close();
conn.close();
}
catch(Exception ex)
{
System.err.println("Error: " + ex );
out.println(ex.getMessage());
}
%>
<% session.setAttribute("insertTag","false"); %>
+Pie Number of slices to send: Send
You don't like waffles? Well, do you like this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


Reply locked
This thread has been viewed 847 times.
Similar Threads
jsp errror found
Error occured while initialising for loop:
Sending Email from jsp page
Newbie question... :(
dropdown filter
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 18, 2024 22:09:01.