<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>6 Jan 2015 14:35:00 Z</lastBuildDate><pubDate>4 Jan 2015 15:29:00 Z</pubDate><description>SELECT&#13;
ExamData.ExamDataID AS ExamDataID,&#13;
ExamData.Index_Id AS Index_Id,&#13;
ExamData.ED_Que AS ED_Que,&#13;
ExamData.ED_Ans_A AS ED_Ans_A,&#13;
ExamData.ED_Ans_B AS ED_Ans_B,&#13;
ExamData.ED_Ans_C AS ED_Ans_C,&#13;
ExamData.ED_Ans_D AS ED_Ans_D,&#13;
ExamData.ED_currectAns AS ED_currectAns&#13;
FROM&#13;
ExamData&#13;
ORDER BY&#13;
Index_Id RAND&#13;
LIMIT 100&#13;
&#13;
&#13;
--------------------&#13;
i am try to above query excu. but this query in give error windev17&#13;
&#13;
&#13;
please give help me</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp</link><title>random record found in database table</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49742/read.awp</comments><pubDate>6 Jan 2015 14:35:00 Z</pubDate><description>thank you sir</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49742/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49742/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49713/read.awp</comments><pubDate>5 Jan 2015 13:36:00 Z</pubDate><description>You can try something like this:&#13;
SELECT&#13;
ExamData.ExamDataID AS ExamDataID,&#13;
ExamData.Index_Id AS Index_Id,&#13;
ExamData.ED_Que AS…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49713/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49713/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49711/read.awp</comments><pubDate>5 Jan 2015 12:08:00 Z</pubDate><description>Vijay&#13;
&#13;
Your error explains the problem&#13;
&#13;
RAND() is not supported in the HFSQL language.&#13;
&#13;
2 options...&#13;
1. Change to a datab…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49711/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49711/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49709/read.awp</comments><pubDate>5 Jan 2015 11:18:00 Z</pubDate><description>VIjay,&#13;
&#13;
I have never used this feature but I think there is no facility to randomize results of a Query in HFSQL. Generally in…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49709/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49709/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49708/read.awp</comments><pubDate>5 Jan 2015 11:09:00 Z</pubDate><description>Hi,&#13;
&#13;
1. What does ErrorInfo(hErrFullDetails) tell you?&#13;
2. Do you have the hQueryWithoutCorrection parameter flagged?&#13;
3...&#13;
&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49708/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49708/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49707/read.awp</comments><pubDate>5 Jan 2015 11:01:00 Z</pubDate><description>Hi Vijay ,&#13;
&#13;
If you donnot give us more information we cannot help you.&#13;
&#13;
Is there an error or does the query generate other r…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49707/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49707/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49705/read.awp</comments><pubDate>5 Jan 2015 06:26:00 Z</pubDate><description>database id hyperfile&#13;
&#13;
does not generat query&#13;
&#13;
error is unexpected word:RAND()</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49705/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49705/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49702/read.awp</comments><pubDate>4 Jan 2015 15:40:00 Z</pubDate><description>Hi&#13;
&#13;
1. What error ?&#13;
2. What code do you use to run this query?&#13;
3. On what type of database?&#13;
&#13;
Are we supposed to devine all…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49702/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table-49702/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49700-random-record-found-database-table/read.awp">random record found in database table</source><title>Re: random record found in database table</title></item></channel></rss>
