[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: xref-xml issue with RUN PERSISTENT ON SERVER

  • Thread starter Thread starter dbeavon
  • Start date Start date
Status
Not open for further replies.
D

dbeavon

Guest
Jeff, thanks for the info. Is this screenshot from your TSMS? Will you ever consider giving xml-xref another shot? Or if you don't intend to, have you given any feedback to Progress to help improve the problems with their xml output? I would guess that the older text output omits some detail about modern ABL (eg some critical stuff on the OO side of things). That's why I started down the path of using xml-xref. As far as performance goes, I just stuff it all in a SQL Server database and use xpath queries against it. (SQL has special tricks for performance-tuning on xpath queries - one trick is based on something called a "selective xml index"). If you aren't using the xml-xref, that explains why you aren't facing these problems in OE's xml-xref output format.

Continue reading...
 
Status
Not open for further replies.
Back
Top