SQL conversion to XML (I think)

admin

Administrator
Staff member
Hi,To correct my previous question.What I am trying to do is run a list from SQL server 7.0 and have it be comea persistant recordset. I ran a query in the analyzer but it will only saveas a .sql file.I thought I would need to use ADO 2.5 and XML because I want the user tobe able to manipulate the data as much as possible. The readings I have doneseem to indicate that ADTG format possibly may work.The project I am attempting is to get a recordset from SQL 7.0, put it intoan executable file that I can send by Http and send it to a user where theycan query and work with it.Thats why I need a persistant recordset. I am relatively new and use InterDevas my editor and Personal Web Server. My confusion is with the coding. Idont have IIS server so it appears I cant use XML. I downloaded the XML technologypreview but it wont install.All my readings explain everything in visual basic and Visual C++. When Itry to use VB code 6.0 in interDev 6. it will not work, all I can use isVBScript. I need to know how to make the ATDG format make a persistant recordsetand then query it so that I can make sure it works.jim
 
Back
Top