FrançaisEnglishEspañol
PC SOFTForums homeLast messagesOnline repository
PC SOFT
Find...
Perform the searchSearch in...
Newsgroup dedicated to WINDEV (current version), in English
MSSQL data access timing over the internet
Dec., 18th 2009 at 05:23 PM
Glenn Rathke
<gu...st@news.pcsoft.fr>


Hi All,
I've been doing some timing between SQLOLEDB and Native Access. These timings using the same code and connection properties, except that the Provider is changed.
A select statement is sent to a remote SQL Server over the internet using HExecuteSQL. Approximately 7300 records are returned in the data source. The data source is then looped through each record.
The time to return the records and loop through them is:
SQLOLEDB 18.4 secs
Native Access 4.5
Perhaps there are some tweekings that can be made to the connection to enhance each.
From where I'm sitting, Native Access fast.


Replies to this message:
Re: MSSQL data access timing over the internet
Hi Joe, Thanks for the confirmation. Hope to see you at the next WinDev convention.
From Glenn Rathke - Dec., 23rd 2009 - More »
Re: MSSQL data access timing over the internet
Hi, That is about the same times we discovered. Using native access ver 12 for sql server it is about 4 to 6 times faster. joe
From joe crevino - Dec., 22nd 2009 - More »