R
ramanbak
Hi folks,
I had a question in comparing ADO to ADO .net, specifically on the
performance side. Here is some background:
Our application is a very data intensive one, we have a middle tier,
which is our database interface client, which talks to many SQL Server
databases. In programming this database interface client, we are
trying to figure out if we should do it in C++ (unmanaged) or c#
(managed), specifically, if we use c++ we will have to use ADO, and if
we use c#, we have to ADO .Net. The deciding factor will be which is
faster talking to (querying, updating, running stored procedures) to a
SQL Server box.
Does anyone have any thoughts on perf differences of ADO (in c++)
versus ADO .Net (in managed C#) ? Our primary factor for picking ADO
or ADO .net is perf, does anyone have any comparative perf numbers?
There are plenty of articles that talk about the differences between
ADO and ADO .net, but none i could find talk about perf. Anyone know?
Thanks,
Raman
I had a question in comparing ADO to ADO .net, specifically on the
performance side. Here is some background:
Our application is a very data intensive one, we have a middle tier,
which is our database interface client, which talks to many SQL Server
databases. In programming this database interface client, we are
trying to figure out if we should do it in C++ (unmanaged) or c#
(managed), specifically, if we use c++ we will have to use ADO, and if
we use c#, we have to ADO .Net. The deciding factor will be which is
faster talking to (querying, updating, running stored procedures) to a
SQL Server box.
Does anyone have any thoughts on perf differences of ADO (in c++)
versus ADO .Net (in managed C#) ? Our primary factor for picking ADO
or ADO .net is perf, does anyone have any comparative perf numbers?
There are plenty of articles that talk about the differences between
ADO and ADO .net, but none i could find talk about perf. Anyone know?
Thanks,
Raman