I don't know how you've done it in Delphi, but for parsing XML, I'd use xpath syntax searching (e.g. via the MSXML library or similar).
Maybe you could try googling for xpath and sql stored procedures? C. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Leigh Wanstead I got data like this in the sql column. How do I parse inside sql stored procedure to get the value "me"? Any code please. I have no trouble to parse the value in Delphi 7. But I want to see how can I do it inside stored procedure? <hello> <hi> me </hi> </hello> _______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [email protected] with Subject: unsubscribe
