<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>1 Mar 2019 13:55:36 Z</lastBuildDate><pubDate>10 Nov 2011 08:01:58 Z</pubDate><description>Greetings,&#13;
I am trying to store a large byte array (13k or more) in a HF binary memo field. Since this data is only in memory, I can't use HLinkMemo. I have tried various methods all to no avail. I get exceptions on all the methods I have tried. &#13;
I have tried with the Features field as "Other binary memo", "OLE (binary memo)" and with "Binary string".&#13;
I am running out of ideas. What am I missing?&#13;
Jeff&#13;
My code attempts&#13;
[code]&#13;
aTest is array of bytes = [1,2,3,4,5,6,7,8,9,10,11,12]&#13;
aReturn is array of 20 bytes&#13;
bufFeatures is Buffer&#13;
HReset(Fingerprints)&#13;
Fingerprints.AccountsID = 99999&#13;
//Fingerprints.Features = aTest&#13;
//Serialize(aTest,bufFeatures,psdBinary)&#13;
//Fingerprints.Features = bufFeatures&#13;
Serialize(aTest,bufFeatures,psdBinary)&#13;
Fingerprints.Features = bufFeatures&#13;
HAdd(Fingerprints)&#13;
iNewID is int = Fingerprints.ID&#13;
HReadSeek(Fingerprints,ID,iNewID)&#13;
IF HFound(Fingerprints) THEN&#13;
//	aReturn = Fingerprints.Features&#13;
	Deserialize(aReturn,Fingerprints.Features,psdBinary)&#13;
	Info("aReturn size ="+ArrayInfo(aReturn,tiTotalSize),"byte 12:"+aReturn[12],"Array: "+ArrayToString(aReturn))&#13;
END&#13;
[/code]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields/read.awp</link><title>Storing arrays in HF binary fields</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Diarra</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-66977/read.awp</comments><pubDate>1 Mar 2019 13:55:36 Z</pubDate><description>Hello ,&#13;
I did follow with agreat interest code you published on Verifinger 6.3 SDK on November 2011.&#13;
I'm facing now similar ch…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-66977/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-66977/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields/read.awp">Storing arrays in HF binary fields</source><title>Re: Storing arrays in HF binary fields</title></item><item><author>adrianoboller</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-41614/read.awp</comments><pubDate>1 Aug 2013 23:11:54 Z</pubDate><description>MyBuffer is Buffer = fLoadBuffer("MyFile.bin")&#13;
&#13;
// Now you can slice the buffer  f.i.&#13;
&#13;
slice is Buffer = MyBuffer [[1 TO 8]]…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-41614/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-41614/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields/read.awp">Storing arrays in HF binary fields</source><title>Re: Storing arrays in HF binary fields</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34784/read.awp</comments><pubDate>10 Nov 2011 08:02:23 Z</pubDate><description>Good! That issue took me a week to solve once. &#13;
Regards.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34784/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34784/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields/read.awp">Storing arrays in HF binary fields</source><title>Re: Storing arrays in HF binary fields</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34782/read.awp</comments><pubDate>10 Nov 2011 08:02:16 Z</pubDate><description>Hi Raul,&#13;
I am using VeriFinger 6.3 SDK. They store their templates in a byte[] for C#.&#13;
I changed the buffers to strings and it…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34782/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34782/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields/read.awp">Storing arrays in HF binary fields</source><title>Re: Storing arrays in HF binary fields</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34780/read.awp</comments><pubDate>10 Nov 2011 08:02:11 Z</pubDate><description>Hi.&#13;
So you want to save a fingerprint right? What SDK are you using?&#13;
In my case, I use the Serialize() function with a string …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34780/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields-34780/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/34779-storing-arrays-binary-fields/read.awp">Storing arrays in HF binary fields</source><title>Re: Storing arrays in HF binary fields</title></item></channel></rss>
