i'm using sql server 7.0 for a web application.
is there "best" method for sending the results of a query in xml format? i am aware that sql server 2k can output xml, but what about version 7?
i am trying to figure out a way to send a record set to the client side so that the client can manipulate and filter the data.
is there "best" method for sending the results of a query in xml format? i am aware that sql server 2k can output xml, but what about version 7?
i am trying to figure out a way to send a record set to the client side so that the client can manipulate and filter the data.