I am using mysql-connector-net-6.4.3 with Visual Studio 2010 because version 6.3.7 is incompatible for some reason and gives an "Out of Sync" Error. I also have My SQl Work Bench 5.2 CE Rev 7780. The database is Version 5.0.77.
In working with the 2, I have noticed a difference in the number of rows each reports when the same query is run. The .net driver always reports more rows than WorkBench, even on simple query like Select Count(*) from TableName.
Which one is accurate?
In working with the 2, I have noticed a difference in the number of rows each reports when the same query is run. The .net driver always reports more rows than WorkBench, even on simple query like Select Count(*) from TableName.
Which one is accurate?