Hi, I've just started using Cache from Visual Studio 2003 .NET and found two ways - Using COM/ActiveX - Using ADO .NET
Is using one or the other better? Using COM/ActiveX method..... I still had to use factory.DynamicSQL to run the query. And in ADO. NET I would be using an SQL query too. So just how does one make use of the 'Object' features using COM/ActiveX? Is there some other way of retrieving data from tables other than factory.DynamicSQL? Or do I have to use ADO .NET to get objects? Sorry but I was getting a bit lost in that part. Thanks in advance Regards, Himanshu P.S. I'm using C# during all this
