In addition to the below message, I should say that the table structure I need 
from this file is

7798121754621001.DBF
articulo C(13)        && this would be the 13 digit item bar code as read by 
the scanner
cantidad N(4)

Rafael Copquin

  ----- Original Message ----- 
  From: Rafael Copquin 
  To: [EMAIL PROTECTED] 
  Sent: Saturday, June 09, 2007 4:24 AM
  Subject: xmltocursor


  I need to import data from a handheld device into vfp tables.

  Here is an example of what I am getting: 

  <xml>
    <Operario>7798121754621</Operario>
    <terminal>001</terminal>
    <ingresos>
      <cambio>
        <articulo>7798121754621</articulo>
        <cantidad>144</cantidad>
      </cambio>
      <cambio>
        <articulo>7798121754621</articulo>
        <cantidad>288</cantidad>
      </cambio>
      <cambio>
        <articulo>
        </articulo>
        <cantidad>0</cantidad>
      </cambio>
    </ingresos>
  </xml>

  However, with XMLTOCURSOR I get an error and can't import it

  How can I transform, or what is necessary to add to the above, in order for 
the xmltocursor function to work?

  TIA
  Rafael Copquin


  --- StripMime Report -- processed MIME parts ---
  multipart/alternative
    text/plain (text body -- kept)
    text/html
  ---

[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to