<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>22 Feb 2016 08:12:57 Z</lastBuildDate><pubDate>22 Feb 2016 08:12:57 Z</pubDate><description>Hello, i have a simple table with 4 records in it .&#13;
If i run on hyperfileSql select * from table , it instantly loads results.&#13;
If i make a simple query in query editor in windev and i run same query , it loads results in 3-4 seconds,&#13;
same thing is happening if i type:&#13;
&#13;
&#13;
hct_order is Data Source&#13;
str_order is string =" select *  from table "&#13;
&#13;
HExecuteSQLQuery(hct_order,str_order)&#13;
        HReadFirst(hct_order)&#13;
  WHILE NOT HOut(hct_order)&#13;
   hreadnext(hct_order)&#13;
 End &#13;
&#13;
It takes same time to show the results.</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/56561-query-running-slow/read.awp</link><title>Query running slow</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
