Will using factory methods in .NET COM Interop increase performance?

Making calls across interop is always going to be expensive. I don't think the solution that you are describing will improve performance. Best bet would to loop through the recordset in vb6 adding each property to an array e.g. Ary_SKU(), ary_Quantity(), etc. Then once finished pass the arrays as parameters to .

Net and loop through the arrays again on the .net side and build up the classes from the data in the arrays.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions