and my jsp pages aren't working. They say it's simple syntax error on my part.

I've loaded a page with only two lines of code in them, and the problem is with calling the driver.

Example:
" http://www.azlehornets.com/apps/g092603.jsp "

old code

<!--
<%//Class.forName("org.gjt.mm.mysql.Driver");%>

-->

new code that I have tried.
<!--
Class.forName("com.mysql.jdbc.Driver");

Class.forName("com.mysql.jdbc.Driver").newInstance();

-->




Reply via email to