Same Behavior. Another difference I considered was that most of my experience has been using MySQL and this uses SQL Server. Also, this database is remote rather than on the local machine but time still seems excessive for so few records. My previous process involved a web call which returned JSON, I parsed the JSON and inserted into a local database and then Opened a Recordset and populated my grid (not igrid) from an array, obtained via GetRows(), and it takes about 4 seconds for 100 records.
I can't see anything I am doing wrong. Any other suggestions?
A related question. Should iGrid load from array created by RecordSet.GetRows()? Don't think I have ever gotten that to work.
Thanks.
Jim