Gargage Collector and VO->X#-Conversion
Posted: Fri Dec 02, 2016 12:49 pm
Phil,
I won't go into all the details, but trust me I have played with many, and yes I did mention DataReader, but was more by example, since I do in general DataReader as stream and then oDataTable:Load(DataReader).
Have found that to be the quickest way of populating on slow server connections (still sit with sites that only have satellite connections) so for SQL retrieval and updates RAW sql is still the way to go with as little as possible network traffic.
We need to also consider, not everybody sit in the first world, but some of us do work in developing countries/continents. You might be from a technical perspective giving the most "advanced" solution to your clients, but I can guarantee you my "steam engine" will beat your supersonic solution every time if we have to compete for the same project.
You need to ensure that the solution is fit for the environment that the end user is working in.
LJ
PS: I don't bash you and the ideas, I do follow what is trending, but will jump onto the bandwagon only if it will benefit the scenarios that the solutions will run in.
I won't go into all the details, but trust me I have played with many, and yes I did mention DataReader, but was more by example, since I do in general DataReader as stream and then oDataTable:Load(DataReader).
Have found that to be the quickest way of populating on slow server connections (still sit with sites that only have satellite connections) so for SQL retrieval and updates RAW sql is still the way to go with as little as possible network traffic.
We need to also consider, not everybody sit in the first world, but some of us do work in developing countries/continents. You might be from a technical perspective giving the most "advanced" solution to your clients, but I can guarantee you my "steam engine" will beat your supersonic solution every time if we have to compete for the same project.
You need to ensure that the solution is fit for the environment that the end user is working in.
LJ
PS: I don't bash you and the ideas, I do follow what is trending, but will jump onto the bandwagon only if it will benefit the scenarios that the solutions will run in.