Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3133169
By: pdonachy

Hi Henner,
thanks for the pointers. The following is what I finally got to work
Many thanks

<%@ taglib uri="/WEB-INF/dbforms.tld" prefix="db" %> 
<%@ taglib uri="/WEB-INF/sql.tld" prefix="sql" %> 
<%@ page import="java.util.*,java.net.*,java.io.*,java.sql.*,javax.naming.*,java
x.sql.*"  %>

<html>
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

        <db:setDataSource dataSource="con" /> 
        <sql:update dataSource="${con}" > UPDATE userstest SET expire = 'xxx' 
WHERE
user_name = 'xxx'  </sql:update>


</body>
</html>



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to