blob: 3cb4dc6b7831f502dfd77307bb75e1f571b1e987 [file] [log] [blame]
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<html>
<head>
<title>JSTL: SQL action examples</title>
</head>
<body bgcolor="#FFFFFF">
<h1>SQL Driver Setup Example</h1>
<code>
<pre>
&lt;sql:setDataSource
var="example"
driver="RmiJdbc.RJDriver"
url="jdbc:rmi://localhost:1099/jdbc:cloudscape:CloudscapeDB;create=true"
/&gt;
</pre>
</code>
</body>
</html>