|
dotnet Data Access reader vs adapter, and MySQL APIs vs SQL2k
Today I was testing different MySQL APIs for a C# project, and I decided just to make an app.
First I wanted to compare the speed between a data reader and data adapater. Then I wanted to compare those speeds against another MySQL API, and finally I decided why not throw a SQL2k test in there too.
__________________
Mike
|