Does anyone have code that takes a sql query to a db and returns the results as xml automatically (like you can do with ADO 2.6, only I want a platform independent solution)?
Thanks, Scott
This would be simplistic to program. Check out phplib's table object (table.inc) for a starting place.
You'd only need a understanding of the M$ xml dtd and basic php skills to program it.