hello,
first pls go to the following page--
http://www.servletsuite.com/servlets/dbtag.htmthere are 2 download link at the end of the page ,too.
my question is ,how can i use this taglib in my own project,like i used jstl core tags
in this case,so far i hv done....the following.
<%@ taglib uri="taglib.tld" prefix="sql" %>
<sql:openConnection driver="sun.jdbc.odbc.JdbcOdbcDriver
" url="jdbc:odbc:a_dsn" />
but where will be the taglib.tld's location,and what will be its content.
netbeans also saying openconnection is not defined
thank u.....