<?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 2018 21:59:00 Z</lastBuildDate><pubDate>22 Feb 2018 07:50:00 Z</pubDate><description>Hello,&#13;
&#13;
[wd22] [postgresql]&#13;
&#13;
I have a composite key with 6 fields,&#13;
&#13;
File1&#13;
&#13;
Field1 varchar(10)&#13;
Field2 varchar(10)&#13;
Field3 int&#13;
Field4 varchar(10)&#13;
Field5 varchar(3)&#13;
Field6 int&#13;
&#13;
Composite Key [Field1Field2Field3Field4Field5Field6]&#13;
&#13;
When I try to read with&#13;
HReadSeekFirst(File1, Field1Field2Field3Field4Field5Field6, [Value1, Value2, Valu3, Value4, Value5, Value6] )&#13;
&#13;
it always returns True.&#13;
Even HFound also returns true&#13;
Even for those values for which NO record is found.&#13;
&#13;
It points to first record and returns value corresponding to the first record for any value that's been seek.&#13;
&#13;
But the same query run through HExecuteSQLQuery returns correct value and record, but not using HReadSeekFirst.&#13;
&#13;
Any thing that I'm missing ?&#13;
&#13;
Happiness Always&#13;
BKR Sivaprakash</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst/read.awp</link><title>[WD22] Issue with HReadSeekFirst</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/64663-wd22-issue-with-hreadseekfirst-64682/read.awp</comments><pubDate>22 Feb 2018 21:59:00 Z</pubDate><description>Hello Sivaprakash&#13;
&#13;
Try using HBuildkeyvalue() instead of the array square brackets&#13;
&#13;
Regards&#13;
Al</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64682/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64682/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst/read.awp">[WD22] Issue with HReadSeekFirst</source><title>Re: [WD22] Issue with HReadSeekFirst</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64681/read.awp</comments><pubDate>22 Feb 2018 21:59:00 Z</pubDate><description>Not that I have much experience with pg, but the native driver translates h* statements into sql, so if you are able to trace th…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64681/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64681/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst/read.awp">[WD22] Issue with HReadSeekFirst</source><title>Re: [WD22] Issue with HReadSeekFirst</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64679/read.awp</comments><pubDate>22 Feb 2018 16:34:00 Z</pubDate><description>maybe you can check if the fields in the index are case sensitive?</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64679/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64679/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst/read.awp">[WD22] Issue with HReadSeekFirst</source><title>Re: [WD22] Issue with HReadSeekFirst</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64677/read.awp</comments><pubDate>22 Feb 2018 15:04:00 Z</pubDate><description>Yes Fabrice Harari,&#13;
&#13;
We checked with hreadkseek + hidentical also, same result. We found that this issue happens with this fil…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64677/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64677/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst/read.awp">[WD22] Issue with HReadSeekFirst</source><title>Re: [WD22] Issue with HReadSeekFirst</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64672/read.awp</comments><pubDate>22 Feb 2018 13:01:00 Z</pubDate><description>Hi&#13;
&#13;
can you test if you have the same result with hreadseek + hidentical option instead of the hreadseekfirst?&#13;
&#13;
Best regards</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64672/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst-64672/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/64663-wd22-issue-with-hreadseekfirst/read.awp">[WD22] Issue with HReadSeekFirst</source><title>Re: [WD22] Issue with HReadSeekFirst</title></item></channel></rss>
