blue
07-06-2005, 01:44 PM
<%@ page import="java.sql.*" %>
<%@ page import="java.util.*" %>
<jsp:useBean id="dbselect" class="database.dbSelect" scope="session"/>
hi,
i got some enquires on this. just wondering if the <%@ page import="java.sql.*" %> is it a command? And what does it do?
useBean meaning they will take information from the "dbselect", database and session?
hope you all can correct me if i am wrong. thanks =)
Blue
<%@ page import="java.util.*" %>
<jsp:useBean id="dbselect" class="database.dbSelect" scope="session"/>
hi,
i got some enquires on this. just wondering if the <%@ page import="java.sql.*" %> is it a command? And what does it do?
useBean meaning they will take information from the "dbselect", database and session?
hope you all can correct me if i am wrong. thanks =)
Blue