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

Hi,
i have tried to get the sample code in the taglib help page to work with no
success. Can anyone point me in the right direction ?


<%@ taglib uri="/WEB-INF/dbforms.tld" prefix="db" %>
<html>
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

hello   
        
<db:getConnection id="myConnection" > 

<sql:statement id="stmt" conn="myConnection"> 
<sql:query>Select * from users</sql:query> 
<sql:resultSet id="rs"> 
        <sql:getColumn position="1"/>
    <sql:getColumn position="2"/>
    <sql:getColumn position="3"/>
    <sql:getColumn position="4"/>
     <sql:getColumn position="5"/>
</sql:resultSet> 
</sql:statement> 
</db:getConnection> 
        

</body>
</html>







my HTML produced from above is


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

hello   
        
 

<sql:statement id="stmt" conn="myConnection"> 
<sql:query>Select * from users</sql:query> 
<sql:resultSet id="rs"> 
        <sql:getColumn position="1"/>
    <sql:getColumn position="2"/>
    <sql:getColumn position="3"/>
    <sql:getColumn position="4"/>
     <sql:getColumn position="5"/>
</sql:resultSet> 
</sql:statement> 
 
        

</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