Le 17 nov. 08 à 18:21, Bill Weale a écrit :
>
> I have to maintain a "group" of records which will be quickly
> available to any client. It looks to me that, in a server process,
> creating a set and then calling BOOLEAN ARRAY FROM SET() or LONGINT
> ARRAY FROM SELECTION() are options. (Any other suggestions?) Which
> is preferred?
make your choice:
set = 1 bit by record in table
selection = 4 byte by record in selection
> [...]
> Should I use GET PROCESS VARIABLE() to retrieve the array directly
> from the server process or should I store the array as a blob in a
> record?
before reading variable on server, you'll also have to unblob: not
very interresting ;-)
--
Arnaud de Montard
**********************************************************************
4D Server v11 SQL has arrived!
Buy it NOW at
http://store.4ddepot.com4th Dimension Internet Users Group (4D iNUG)
FAQ:
http://www.4d.com/support/faqnug.htmlArchive:
http://dir.gmane.org/gmane.comp.lang.inug-4d.techUnsub: mailto:
4D_Tech-Unsubscribe@...
Post: mailto:
4d_tech@...
Options:
https://lists.4d.com/mailman/listinfo/4d_tech**********************************************************************