X
xyu3
Hello,
I'm new to dotnet.
I want to write an app that's communication with a sql server 7
database via ADO.NET. This app need to have fast and stable
throughput. I know that the database access itself will not be the
bottle neck.
The Question is whether i should use Manage c++/C# or Unmanaged C++ to
do it?
If I use Unmanaged c++, what sort of API should I use? for example MFC
or Win32 API or some other Wrappers?
Thanks a lot!
I'm new to dotnet.
I want to write an app that's communication with a sql server 7
database via ADO.NET. This app need to have fast and stable
throughput. I know that the database access itself will not be the
bottle neck.
The Question is whether i should use Manage c++/C# or Unmanaged C++ to
do it?
If I use Unmanaged c++, what sort of API should I use? for example MFC
or Win32 API or some other Wrappers?
Thanks a lot!