Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 11th, 2004, 08:40 PM
Authorized User
 
Join Date: Jan 2004
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
Default XML Records

How do incorporate this XML to instead pull live recordset out of a database. (sql server)


<xml id="Datos">
            <ROOT>
                <ROW Chk="0" ps_id="1" psid_id="5" tipPrd_id="5" />
                <ROW Chk="0" ps_id="3" psid_id="3" tipPrd_id="4" />
                <ROW Chk="0" ps_id="1" psid_id="2" tipPrd_id="3" />
                <ROW Chk="0" ps_id="1" psid_id="5" tipPrd_id="5" />
                <ROW Chk="0" ps_id="3" psid_id="3" tipPrd_id="4" />
                <ROW Chk="0" ps_id="1" psid_id="2" tipPrd_id="3" />
                <ROW Chk="0" ps_id="1" psid_id="2" tipPrd_id="3" />
            </ROOT>
        </xml>

        <TABLE DATASRC=#Datos BORDER=1 align="center">
            <thead>
                <th nowrap>&nbsp;</th>
                <th nowrap>Packet</th>
                <th nowrap>Type</th>
                <th nowrap>size</th>
            </thead>
            <tr>
                <td nowrap ><input type="checkbox" datafld="Chk" id="Chk" name="Chk" ></td>
                <td><span datafld="ps_id"></span></td>
                <td><span datafld="psid_id"></span></td>
                <td><span datafld="tipPrd_id"></span></td>
            </tr>
        </TABLE>







Similar Threads
Thread Thread Starter Forum Replies Last Post
how to merge two records of xml Neha XSLT 6 July 11th, 2008 04:59 AM
VB.net, adding XML data to an existing XML file saikoboarder XML 11 April 17th, 2008 04:19 PM
problem in updating records & finding records naveed77 VB Databases Basics 1 January 16th, 2007 12:12 PM
problem in updating records & finding records naveed77 VB How-To 1 January 16th, 2007 12:10 PM
seperate errored records from xml using xslt asap XSLT 3 July 20th, 2006 11:31 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.