Skip to Content
0
Former Member
Jul 25, 2005 at 04:39 PM

Performance Tip

33 Views

Hi all!

We are designing an app in .Net. And we are doubting between read user tables with .NET datasets or with SAP recordsets.

With .NET datasets the problem is that we are opening another connection with db. But it has a lot of benefits for us because we are using strongly tiped dataset and we use it to pass a lot of information between objects.

My question is. It`s recomended use datasets or recordsets? And what amount of performance we loose using datasets?

Thanks