rdsserver.datafactory converttostring failure

AdrianHarwoode

New Member
I have a classic ASP application written many years ago that I'm trying to fix. The following lines recently stopped working after w7 sp1 was applied.\[code\]set address = Server.CreateObject("ADOR.Recordset")count = lo_connection.GetRecordset(sql,address,false, error)Set RDF2 = Server.CreateObject("RDSServer.DataFactory")Set teststring = RDF2.ConvertToString(address)\[/code\]It fails on the last line there saying "Microsoft VBScript runtime error: Class doesn't support Automation"A bit of searching found several articles like this one http://blogs.technet.com/b/asiasupp...m-components-in-windows-7-service-pack-1.aspxthat described the problem exactly. Where I am failing is that none of the suggested fixes seems to fix the problem. Any suggestions?
 
Back
Top